https://github.com/martinlindhe/validini
Command line tool to validate INI syntax of input file.
https://github.com/martinlindhe/validini
command-line-tools ini-validation
Last synced: 9 months ago
JSON representation
Command line tool to validate INI syntax of input file.
- Host: GitHub
- URL: https://github.com/martinlindhe/validini
- Owner: martinlindhe
- License: mit
- Created: 2019-10-22T15:23:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T17:57:09.000Z (over 3 years ago)
- Last Synced: 2025-01-26T01:46:48.779Z (over 1 year ago)
- Topics: command-line-tools, ini-validation
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Command line tool to validate INI syntax of input files.
## Installation
Windows and macOS binaries are available under [Releases](https://github.com/martinlindhe/validini/releases)
Or install from source:
go get -u github.com/martinlindhe/validini
## Usage
Exit code will be 0 if file is good.
$ validini file.ini
OK: file.ini
$ curl http://site.com/file.ini | validini
OK: -
## License
Under [MIT](LICENSE)