vmchale / tomlcheck

A syntax checker for TOML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomlcheck

Build Status Windows build status Hackage CI Hackage Dependencies of latest version on Hackage

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

About

A syntax checker for TOML files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 69.0%Language:Shell 21.7%Language:Makefile 9.2%