egg-utils

Utils for all egg projects

MIT 9 个版本
安装
npm install egg-utils
yarn add egg-utils
pnpm add egg-utils
bun add egg-utils
README

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

版本列表
2.5.0 2023-04-26
2.4.1 2018-08-07
2.4.0 2018-04-15
2.3.0 2017-10-25
2.2.0 2017-06-02
2.1.0 2017-03-02
2.0.0 2017-03-01
1.1.0 2017-01-13
1.0.0 2016-06-20