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.
- Fork this repository (https://github.com/spytheman/vini/fork)
- 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/
- Create your new feature/bugfix branch (
git checkout -b my-new-feature
) - Make your changes and then run
make test
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request from github's web interface at https://github.com/spytheman/vini
- Delian Angelov - creator and maintainer