A basic es2015(Ecmascript 6) scaffolding with browserify and gulp.
npm install generator-ecma-sixYeoman generator using es6, gulp, browserify, babelify, etc. You can find the scaffolding in https://github.com/iranreyes/basic-es6-scaffolding.
``bashInstall yeoman
npm i -g yo
$3
`
Run the generator
yo ecma-six
`$3
`text
|---dist
|-----bundle.js
|-----bundle.js.map
|---src
|-----model
|-----user.js
|---app.js
|---gulpfile.js
|---index.html
|---LICENSE
|---package.json
|---README.md
``