Go TOML validator based on https://github.com/martinlindhe/validtoml
Go to file
2018-01-08 01:35:27 +01:00
examples initial commit 2016-07-12 14:32:37 +02:00
vendor vendor dependencies 2018-01-08 01:30:28 +01:00
.gitignore configure goreleaser 2018-01-08 01:35:27 +01:00
.goreleaser.yml configure goreleaser 2018-01-08 01:35:27 +01:00
Gopkg.lock vendor dependencies 2018-01-08 01:30:28 +01:00
Gopkg.toml vendor dependencies 2018-01-08 01:30:28 +01:00
LICENSE initial commit 2016-07-12 14:32:37 +02:00
main.go show '-' as filename for piped input 2018-01-08 01:23:28 +01:00
Makefile vendor dependencies 2018-01-08 01:30:28 +01:00
README.md configure goreleaser 2018-01-08 01:35:27 +01: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