Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spytheman/vini
- Owner: spytheman
- License: mit
- Created: 2019-08-11T05:41:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T07:12:23.000Z (over 3 years ago)
- Last Synced: 2024-10-10T23:33:59.701Z (25 days ago)
- Topics: ini-parser, v, vlang-library
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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