Centralize build steps in one library. For any application applies Babel, Gulp tasks and ESLint, just simply include this library in package.json
, it will automatically overwrite .babelrc
, .eslintrc
, gulp.js
"devDependencies":
Basic setup
Create package.json
scripts
"scripts":
Include gulp.js
in gulpfile.babel.js
Features:
- Babel
- Basic Gulp tasks: watch, build, serve
- ESLint
Further Things:
- Gulp task for running Test with Mocha
- Unit Test