validtoml/README.md
2018-01-08 01:35:27 +01:00

22 lines
258 B
Markdown

# About
Command line tool to validate TOML syntax of input file.
# Installation
go get -u github.com/martinlindhe/validtoml
# Usage
Exit code will be 0 if file is good.
validtoml file.toml
OK: file.toml
# License
Under [MIT](LICENSE)