Skip to content

BinaryMuse/toml-require

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • toml: toml-require will use it's own version of toml by default, but if you want to specify a particular version of the toml package, you can require it yourself and pass it as this option (e.g. require('toml-require').install({toml: require('toml')}))

License

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

About

require() .toml files in Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published