@hackage tomlcheck0.1.0.40
Command-line tool to check syntax of TOML files
Installation
Dependencies (0)
- base >=4.9 && <5
- htoml-megaparsec >=2.1.0.0
- megaparsec >=7.0
- optparse-applicative
- text Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
static
(off by default)
Build statically linked executable
development
(off by default)
Enable `-Werror`
tomlcheck
tomlcheck is a command-line wrapper around the htoml library which can be
used as a syntax checker for TOML.
You can find a vim plugin here.
Installation
Binaries
Head over to the release page to see if your platform has binaries. Simply put it somewhere on your path.
Cabal
Install GHC along with cabal, then
$ cabal update
$ cabal new-install tomlcheck
Use
Travis
Add the following your .travis.yml file to check a file called Config.toml:
- curl -sL https://raw.githubusercontent.com/vmchale/tomlcheck/master/sh/check | sh -s Config.toml