1.7.8 • Published 10 years ago

generator-es6-lib v1.7.8

Weekly downloads
46
License
MIT
Repository
github
Last release
10 years ago

generator-es6-lib

Yeoman es6 micro-library generator

A collection of gulp tasks and environment setup can be found here es6-lib

Features

✓ es6 ready with babel
✓ mocha unit tests for browser and node
✓ github integration for version increment

Usage

Pre-requirements:

npm i -g yo
npm i -g generator-es6-lib

Generate your library:

yo es6-lib

Directory structure

.
|-- LICENSE.md
|-- README.md
|-- bower.json
|-- dist
|   `-- _test_bundle.js
|-- gulpfile.js
|-- lib
|   `-- index.js
|-- node_modules
|   |-- chai
|   `-- es6-lib
|-- package.json
|-- src
|   `-- index.js
|-- test
    |-- runner.html
    `-- test.js

Gulp tasks

Development:

default      run watcher for code and tests  
build        build lib. Will process es6 to es5 and put files to /lib  
test         run test once for node or browser depending on environment  
test-node    for node  
test-browser for browser  

Github:

patch     makes 0.1.0 → 0.1.1  
feature   makes 0.1.1 → 0.2.0  
release   makes 0.2.1 → 1.0.0  

For full list of tasks use

gulp --tasks

License

MIT

1.7.8

10 years ago

1.7.7

10 years ago

1.7.6

10 years ago

1.7.5

10 years ago

1.7.4

10 years ago

1.7.3

10 years ago

1.7.2

10 years ago

1.7.0

10 years ago

1.6.9

10 years ago

1.6.8

10 years ago

1.6.7

10 years ago

1.6.6

10 years ago

1.6.5

10 years ago

1.6.4

10 years ago

1.6.3

10 years ago

1.6.2

10 years ago

1.6.1

10 years ago

1.6.0

10 years ago

1.5.2

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.9

10 years ago

1.4.8

10 years ago

1.4.7

10 years ago

1.4.6

10 years ago

1.4.4

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago