Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuping/gulp-magix-cmd
https://github.com/zhuping/gulp-magix-cmd
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhuping/gulp-magix-cmd
- Owner: zhuping
- Created: 2016-06-21T14:04:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T02:20:48.000Z (over 8 years ago)
- Last Synced: 2024-08-11T12:15:39.971Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-magix-cmd
合并 `magix` 项目中对应的 `.html` 和 `.js` 文件,同时把该文件包装成 `cmd` 规范。
### Usage
```js
var combine = require('gulp-magix-cmd')gulp.task('combine', function() {
gulp.src('./app/*.js')
.pipe(combine())
})
```