Repository

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

Please, do NOT use this module. This module is a work in progress.

0
110
last May 7

Author

spytheman