# bootable-environment

> Environment initialization phase for Bootable.

Latest version **0.2.0** (published 2013-12-01) · 0 weekly downloads

## Install

```sh
npm install bootable-environment
pnpm add bootable-environment
yarn add bootable-environment
bun add bootable-environment
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2013-12-01 |
| First published | 2013-08-19 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.4.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Jared Hanson |
| Maintainers | jaredhanson |
| Keywords | boot, init, startup |

## Links

- npm: https://www.npmjs.com/package/bootable-environment
- Repository: https://github.com/jaredhanson/bootable-environment
- Issues: http://github.com/jaredhanson/bootable-environment/issues
- npm.io page: https://npm.io/package/bootable-environment

## Dependencies (2)

- [debug](https://npm.io/package/debug.md) 0.7.x
- [scripts](https://npm.io/package/scripts.md) 0.1.x

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 0.2.0 (latest) — 2013-12-01
- 0.1.0 — 2013-08-19

## README

# bootable-environment

[![Build](https://travis-ci.org/jaredhanson/bootable-environment.png)](http://travis-ci.org/jaredhanson/bootable-environment)
[![Dependencies](https://david-dm.org/jaredhanson/bootable-environment.png)](http://david-dm.org/jaredhanson/bootable-environment)

Environment initialization phase for [Bootable](https://github.com/jaredhanson/bootable).

## Install

    $ npm install bootable-environment

## Usage

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

```javascript
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

  - [Jared Hanson](http://github.com/jaredhanson)

## License

[The MIT License](http://opensource.org/licenses/MIT)

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

---
_Source: https://npm.io/package/bootable-environment · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
