3.0.0 • Published 6 years ago

edan v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

edan

Expose options passed to app as appInfo.options and app.config.appOptions.

Usage

you can use options passed to an app like below:

// config/config.${env}.js
module.exports = appInfo => {
  const config = {};
  config.something = appInfo.options.something;
  return config;
}

or

// app.js
module.exports = app => {
  console.log(app.config.appOptions);
}

License

MIT

3.0.0

6 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago