generator-bwk

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


Keywords
babel, yeoman, generator, karma, webpack, npm, lib, yeoman-generator
License
MIT
Install
npm install generator-bwk@0.0.2

Documentation

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

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT Β© Ignacio Anaya