Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinlindhe/validtoml
Command line tool to validate TOML syntax of input file.
https://github.com/martinlindhe/validtoml
command-line-tool toml-validation
Last synced: 2 months ago
JSON representation
Command line tool to validate TOML syntax of input file.
- Host: GitHub
- URL: https://github.com/martinlindhe/validtoml
- Owner: martinlindhe
- License: mit
- Created: 2016-07-12T12:32:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T17:58:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T02:10:00.494Z (6 months ago)
- Topics: command-line-tool, toml-validation
- Language: Go
- Size: 160 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Command line tool to validate TOML syntax of input file.
## Installation
Windows and macOS binaries are available under [Releases](https://github.com/martinlindhe/validtoml/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](LICENSE)