Showing 1-20 of 3,345 packages
Fully functional gulpfile.js implementation. Tailored for Single Page Application. Written in TypeScript.
Gulper is gulp.js task runner runner to restart on change gulpfile.js.
A 5000 lines long `Gulpfile.js` is so 2015 :eyes:
Reloads gulp process when gulpfile.js or an imported relative dependency change
An opinionated frontend workflow based on jonnitto/gulpfile.js
Gulp plugin to show a help message for your gulpfile.js.
A gulp plugin to create async tasks from gulpfile.js tasks.
vfe deploy module using in vfe-cli or gulpfile.js
create a niubility gulpfile.js
CLI tool that sets up your gulpfile.js based on your answers.
Contains a set of gulp tasks ready to use for shiftcode projects. The tasks are split into different modules, so we can use whatever we need in our gulpfile.js.
The streaming build system.
An opinionated frontend workflow based on jonnitto/gulpfile.js
A Gulp-based compiler for USWDS Sass
Generate node and/or browser skeleton. Readme.md + package.json + bower.json + gulpfile.js + mocha test harness (with browser support) + jshint + jscoverage.
创建版项目、项目版本、版本号、配制文件(webpack.config.js、gulpfile.js(暂无)、gruntfile.js)
A Quick Generator for the FOUR major components you need to buid a project form the ground up. index.html, app.js, gulpFile.js, and server.js,
A gulp plugin to run tasks from multiple gulpfiles
Yeoman generator for kickstarting a gulp plugin, or a basic node.js project with a gulpfile.js.
``` |--miniprogram_dev // 开发环境构建目录 |--dist // 生产环境构建目录 |--src // 源码 |--test // 测试用例 |--tools // 构建相关代码 | |--demo // demo 小程序目录,开发环境下会被拷贝生成到 miniprogram_dev 目录中 | |--config.js // 构建相关配置文件 | |--gulpfile.js ```