0.0.1 • Published 9 years ago

generator-ecma-six v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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