1.1.4 • Published 2 years ago

toml-json v1.1.4

Weekly downloads
6
License
ISC
Repository
github
Last release
2 years ago

toml-json

Convert TOML files to JSON.

  • convention over configuration
  • concise yet expressive

Installation

# Locally in your project
yarn add toml-json --dev

npm install -D toml-json

Usage

import tomlJson from '../src';

let config = tomlJson({ fileUrl: './example/config.toml' });
console.log(config);

config = tomlJson({ data: 'title = "TOML Example 2"' });
console.log(config);

License

ISC

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago