generator-ecma-six

A basic es2015(Ecmascript 6) scaffolding with browserify and gulp.

Usage no npm install needed!

<script type="module">
  import generatorEcmaSix from 'https://cdn.skypack.dev/generator-ecma-six';
</script>

README

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