ember-env-helper

0.0.2 • Public • Published

ember-env-helper

Use your environment variable in templates with ease, just pass environment variable key to {{env 'key'}} helper which then be replaced with real value with ast-transform each build.

Installation

ember install ember-env-helper

Usage

  {{env 'someEnvVariable'}}
  let ENV = {
    someEnvVariable: 'value',
    ...
  }

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Readme

Keywords

Package Sidebar

Install

npm i ember-env-helper

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.19 kB

Total Files

6

Last publish

Collaborators

  • bekzod