generator-wa

Yeoman generator for web application

Usage no npm install needed!

<script type="module">
  import generatorWa from 'https://cdn.skypack.dev/generator-wa';
</script>

README

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