333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
egg-utils
---------------
 
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]
 
[npm-image]: https://img.shields.io/npm/v/egg-utils.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-utils
[travis-image]: https://img.shields.io/travis/eggjs/egg-utils.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-utils
[codecov-image]: https://codecov.io/github/eggjs/egg-utils/coverage.svg?branch=master
[codecov-url]: https://codecov.io/github/eggjs/egg-utils?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-utils.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-utils
[download-image]: https://img.shields.io/npm/dm/egg-utils.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-utils
 
Utils for all egg projects.
 
## Installation
 
```bash
$ 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](LICENSE)