npm.io
2.5.0 • Published 3 years ago

egg-utils

Licence
MIT
Version
2.5.0
Deps
2
Size
12 kB
Vulns
0
Weekly
0
Stars
10

egg-utils

NPM version build status Test coverage David deps npm download

Utils for all egg projects.

Installation

$ npm i egg-utils

API

getPlugins(options)
  • {String} baseDir - the current directory of application
  • {String} framework - the directory of framework
  • {String} env - egg environment
getLoadUnits(options)
  • {String} baseDir - the current directory of application
  • {String} framework - the directory of framework
  • {String} env - egg environment
getConfig(options)
  • {String} baseDir - the current directory of application
  • {String} framework - the directory of framework
  • {String} env - egg environment
getFrameworkPath(options)
  • {String} baseDir - the current directory of application
  • {String} framework - the directory of framework

License

MIT

Keywords