npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

toml-cli

2.0.0

@chrisdickinson

npmSnykSocket
Downloads:942
$ npm install toml-cli
DailyWeeklyMonthlyYearly

toml-cli

A CLI script to turn TOML into JSON.

$ npm i -g toml-cli

Tastes great when used with the [json] package.

$ cat /path/to/toml
[environment]
  hello = "world"
$ toml < path-to-toml | json environment.hello
world

license

MIT