Home

Awesome

toml-require

require() your .toml files in Node.js. Uses the Node toml package.

Build Status

NPM

Installation

npm install [--save] toml-require

Usage

require('toml-require').install(options);
require('./myConfig.toml');

options is optional, but takes the following keys:

License

toml-require is licensed under the MIT license. See the LICENSE file for more information.