ember-get-config : Get `config/environment` from anywhere, even addons!!!. You can installing ember-get-config npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ember-get-config $ sudo npm install -g ember-get-config
If want to update the ember-get-config package execute the command as below,
$ sudo npm update ember-get-config
Update package globally,
$ npm install -g ember-get-config
$ sudo git clone https://github.com/rektide/ember-get-config.git
$ sudo npm install -g ./ember-get-config
ember-get-config@0.2.4 /usr/lib/node_modules/ember-get-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-get-config
Package Name | ember-get-config |
Version | 0.2.4 |
Description | Get `config/environment` from anywhere, even addons!!! |
Released Date | 2017-10-22T13:15:16.851Z |
Published by | nullnullnull |
How to Learn | https://www.npmjs.com/package/ember-get-config/tutorial |