Skip to content

Command line tool to validate INI syntax of input file.

License

Notifications You must be signed in to change notification settings

martinlindhe/validini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Command line tool to validate INI syntax of input files.

Installation

Windows and macOS binaries are available under 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