toml2js
v1.0.0
Published
A command-line utility to convert TOML to JSON.
Downloads
3
Readme
toml2js
A command-line utility to convert TOML to JSON.
Installation
npm install -g toml2js
Usage
$ toml2js test/simple.toml
EXIT STATUS
The toml2js utility exits with one of the following values:
| Code | Description | |------|-----------------------------------------| | 0 | input was parsed successfully. | | 1 | failed to parse input. | | 2 | An error occurred while reading input. |
License
MIT