validtoml/README.md

23 lines
258 B
Markdown
Raw Permalink Normal View History

2016-07-12 14:32:37 +02:00
# 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)