Go TOML validator based on https://github.com/martinlindhe/validtoml
Go to file
2021-06-30 14:24:25 +02:00
examples initial commit 2016-07-12 14:32:37 +02:00
.gitignore configure goreleaser 2018-01-08 01:35:27 +01:00
.goreleaser.yml configure goreleaser 2018-01-08 01:35:27 +01:00
go.mod migrate to go modules 2021-06-30 14:24:25 +02:00
go.sum migrate to go modules 2021-06-30 14:24:25 +02:00
LICENSE migrate to go modules 2021-06-30 14:24:25 +02:00
main.go show '-' as filename for piped input 2018-01-08 01:23:28 +01:00
Makefile migrate to go modules 2021-06-30 14:24:25 +02:00
README.md README: extend 2018-01-08 01:57:27 +01:00

About

Command line tool to validate TOML syntax of input file.

Installation

Windows and macOS binaries are available under Releases

Or install from source:

go get -u github.com/martinlindhe/validtoml

Usage

Exit code will be 0 if file is good.

$ validtoml file.toml
OK: file.toml

$ curl http://site.com/file.toml | validtoml
OK: -

License

Under MIT