Skip to content
/ vini Public

[WIP] V module to load and save .ini files. Written in pure V.

License

Notifications You must be signed in to change notification settings

spytheman/vini

Repository files navigation

vini

V module to load and save .ini files. Written in pure V.

This module is a work in progress. Please, do NOT use it for now.

Development setup for contribution:

  1. Fork this repository (https://github.com/spytheman/vini/fork)
  2. Clone your forked repository to ~/.vmodules/spytheman/vini:
mkdir -p ~/.vmodules/spytheman/ && cd ~/.vmodules/spytheman/ && rm -rf vini/ 
git clone https://github.com/YOU/vini vini/
cd vini/
  1. Create your new feature/bugfix branch (git checkout -b my-new-feature)
  2. Make your changes and then run make test
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request from github's web interface at https://github.com/spytheman/vini

License

MIT

Contributors

About

[WIP] V module to load and save .ini files. Written in pure V.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published