@hackage tomlcheck0.1.0.0

Command-line tool to check syntax of TOML files

tomlcheck

Build Status

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](link goes here) to see if your platform has binaries. Simply put it somewhere on your path.

Cabal

Install GHC & cabal, then

 $ cabal update
 $ cabal install tomlcheck