All Projects → vmchale → tomlcheck

vmchale / tomlcheck

Licence: BSD-3-Clause license
A syntax checker for TOML files

Programming Languages

haskell
3896 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to tomlcheck

Night Config
Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations
Stars: ✭ 93 (+232.14%)
Mutual labels:  toml
Tinytoml
A header only C++11 library for parsing TOML
Stars: ✭ 153 (+446.43%)
Mutual labels:  toml
Tomlc99
TOML C library
Stars: ✭ 216 (+671.43%)
Mutual labels:  toml
Datafiles
A file-based ORM for Python dataclasses.
Stars: ✭ 113 (+303.57%)
Mutual labels:  toml
Rq
Record Query - A tool for doing record analysis and transformation
Stars: ✭ 1,808 (+6357.14%)
Mutual labels:  toml
Simple Settings
A simple way to manage your project settings.
Stars: ✭ 165 (+489.29%)
Mutual labels:  toml
To.ml
OCaml library for TOML
Stars: ✭ 68 (+142.86%)
Mutual labels:  toml
Joshuto
ranger-like terminal file manager written in Rust
Stars: ✭ 224 (+700%)
Mutual labels:  toml
Fig
A minimalist Go configuration library
Stars: ✭ 142 (+407.14%)
Mutual labels:  toml
Awesome Cms
📚 A collection of open and closed source Content Management Systems (CMS) for your perusal.
Stars: ✭ 2,498 (+8821.43%)
Mutual labels:  toml
Devshell
Per project developer environments
Stars: ✭ 129 (+360.71%)
Mutual labels:  toml
Taplo
A TOML toolkit written in Rust
Stars: ✭ 136 (+385.71%)
Mutual labels:  toml
Protodep
Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Stars: ✭ 167 (+496.43%)
Mutual labels:  toml
Staert
Merge your configuration sources
Stars: ✭ 108 (+285.71%)
Mutual labels:  toml
Config
📝 Go config manage(load,get,set). support JSON, YAML, TOML, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名
Stars: ✭ 225 (+703.57%)
Mutual labels:  toml
Config Lite
A super simple & flexible & useful config module.
Stars: ✭ 78 (+178.57%)
Mutual labels:  toml
Toml
A PHP parser for TOML
Stars: ✭ 152 (+442.86%)
Mutual labels:  toml
Cli
A simple, fast, and fun package for building command line apps in Go
Stars: ✭ 16,995 (+60596.43%)
Mutual labels:  toml
Konf
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Stars: ✭ 225 (+703.57%)
Mutual labels:  toml
Python Benedict
dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities. 📘
Stars: ✭ 204 (+628.57%)
Mutual labels:  toml

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].