2.0.11 • Published 9 years ago
node-bb v2.0.11
node-babel-boilerplate 
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": {
"node-bb": "*"
}Basic setup
Create package.json scripts
"scripts": {
"start": "gulp clean && NODE_ENV=development gulp",
"lint": "gulp lint",
"build": "gulp build",
"serve": "gulp serve"
}Include gulp.js in gulpfile.babel.js
import 'babel-polyfill'
import './gulp'Features:
- Babel
- Basic Gulp tasks: watch, build, serve
- ESLint
Further Things:
- Gulp task for running Test with Mocha
- Unit Test
2.0.11
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.6
9 years ago
2.0.5
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago
1.0.0
9 years ago