config-env-brunch

1.4.0 • Public • Published

config-env-brunch

Adds ability to configure apps via env vars to brunch.

Usage

Add "config-env-brunch": "x.y.z" to package.json of your brunch app.

Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, add "config-env-brunch": "git+ssh://git@github.com:goshakkk/config-env-brunch.git".

The plugin will process your app/config.coffee. Include env vars like this:

shell = "<%= process.env.SHELL %>"

Readme

Keywords

none

Package Sidebar

Install

npm i config-env-brunch

Weekly Downloads

2

Version

1.4.0

License

none

Last publish

Collaborators

  • goshakkk