Go TOML validator based on https://github.com/martinlindhe/validtoml
ci/woodpecker/push/release Pipeline was successful
Details
ci/woodpecker/tag/release Pipeline was successful
Details
|
||
---|---|---|
.vscode | ||
.woodpecker | ||
examples | ||
.gitignore | ||
.goreleaser.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
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