Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fansenze/egg-gulp
- Owner: fansenze
- License: mit
- Created: 2019-01-03T07:21:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T02:26:40.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T16:28:34.511Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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'
}
```