generator-ecma-six

0.0.1 • Public • Published

Generator ES6

Yeoman generator using es6, gulp, browserify, babelify, etc. You can find the scaffolding in https://github.com/iranreyes/basic-es6-scaffolding.

Initial setup

# Install yeoman 
npm i -g yo
 
# Install the generator 
npm i -g generator-ecma-six
 
# Optional: If you want to download the repo and test the generator 
npm link

Usage

# Run the generator
yo ecma-six

Scaffolding

|---dist
    |-----bundle.js
    |-----bundle.js.map
|---src
    |-----model
     |-----user.js
|---app.js
|---gulpfile.js
|---index.html
|---LICENSE
|---package.json
|---README.md

Package Sidebar

Install

npm i generator-ecma-six

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • iranreyes