README
Yeoman generator for web application
Includes postcss, browserify and babel for ES2015 syntax support
yo wa
create package.json
create .editorconfig
create .gitignore
create index.html
create src/index.css
create src/index.js
Install
npm install --global generator-wa
Usage
mkdir awesome-app
cd awesome-app
yo wa
git init
git commit -am "Initial commit"
License
MIT