0.4.2 • Published 10 years ago

generator-wa v0.4.2

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

generator-wa Build Status

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

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago