Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fansenze/egg-gulp

gulp plugin for egg
https://github.com/fansenze/egg-gulp

Last synced: 21 days ago
JSON representation

gulp plugin for egg

Awesome Lists containing this project

README

        

### egg-gulp
gulp plugin for egg, only use in `local`/`test`/`unittest`(EGG_SERVER_ENV)

#### Version
- npm ^5.2.0
- node ^8.9.1

#### Usage
```javascript
// ${root}/config/plugin.local.js
exports.gulp = {
enable: true,
package: 'egg-gulp'
}
```