24 lines
382 B
Markdown
24 lines
382 B
Markdown
# About
|
|
|
|
[![gorelease](https://dn-gorelease.qbox.me/gorelease-download-blue.svg)](https://gobuild.io/martinlindhe/validtoml/master)
|
|
|
|
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)
|