Go TOML validator based on https://github.com/martinlindhe/validtoml
Go to file
Mael G. 63dab47034
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
fix v3
2023-08-15 13:43:35 +02:00
.vscode fix v3 2023-08-15 13:43:35 +02:00
.woodpecker fix v3 2023-08-15 13:43:35 +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 fix 2023-08-14 18:53:39 +02:00
go.mod update dependencies 2023-02-25 18:58:12 +01:00
go.sum update dependencies 2023-02-25 18:58:12 +01:00
LICENSE migrate to go modules 2021-06-30 14:24:25 +02:00
main.go update dependencies 2023-02-25 18:58:12 +01:00
Makefile fix goreleaser 2023-08-13 21:49:47 +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