0.2.0 • Published 10 years ago

bootable-environment v0.2.0

Weekly downloads
153
License
-
Repository
github
Last release
10 years ago

bootable-environment

Build Dependencies

Environment initialization phase for Bootable.

Install

$ npm install bootable-environment

Usage

Register the phase to be invoked during the application boot sequence.

app.phase(require('bootable-environment')('config/environments'));

When invoked, this phase will load an environment initialization script for the current environment (as set by NODE_ENV). As a special case, if an all.js script exists, that file will be loaded for all environments, prior to the environment-specific script itself.

Tests

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)