Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.38 KB

bootable-environment

Build Coverage Quality 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/>