Home

Awesome

generator-babel-webpack-karma

CircleCI npm version bitHound Dependencies bitHound Dev Dependencies bitHound Code

Yeoman generator to build npm client side libraries using babel, webpack & karma

yeoman

Installation

First, install Yeoman and generator-babel-webpack-karma using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-babel-webpack-karma

Then generate your new project:

yo babel-webpack-karma

Scaffolding

└───src/
|   ├───index.js
└───test/
    ├───.eslintrc
    ├───index.js
    ├───spec/
    │   └───index.spec.js
├───.babelrc
├───.editorconfig
├───.eslintignore
├───.eslintrc.json
├───.gitignore
├───.lgtm
├───.npmignore
├───.npmrc
├───circle.yml
├───karma.conf.js
├───LICENSE
├───MAINTAINERS
├───package.json
├───README.md
├───webpack.config.js

Getting To Know Yeoman

License

MIT © Ignacio Anaya