Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spytheman/vini

[WIP] V module to load and save .ini files. Written in pure V.
https://github.com/spytheman/vini

ini-parser v vlang-library

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 ()
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/
```
3. Create your new feature/bugfix branch (`git checkout -b my-new-feature`)
4. Make your changes and then run `make test`
5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create a new Pull Request from github's web interface at

## License
[MIT](LICENSE)

## Contributors

- [Delian Angelov](https://github.com/spytheman) - creator and maintainer