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

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.

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)