0.0.1 • Published 12 years ago
tode v0.0.1
tode
Launch node with TOML files for configuration. It simply populates your environment variables from any TOML files it can find by looking up the directory tree. It loads from environment.toml by default, but this is configurable if you need to be able to quickly swap your environment out.
Installation
npm install tode -gUsage
To run server.js with the configuration file of environment.toml:
todeTo run index.js with the configuration file of environment.toml:
tode index.jsTo run server.js with the configuration file of config.toml:
tode config.tomlTo run index.js with the configuration file of config.toml:
tode config.toml index.jsLicense
MIT
0.0.1
12 years ago


