Popularity
6.7
Declining
Activity
0.0
Stable
28
3
0
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.0.40
tomlcheck alternatives and similar packages
Based on the "Data" category.
Alternatively, view tomlcheck alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of tomlcheck or a related project?
README
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