0.3.0 • Published 9 years ago
generator-quick v0.3.0
Minimal HTML5 playground generator for Yeoman
Want to experiment with some fancy web technology you just found, but setting up the HTML boilerplate is in your way to immediate joy? Then this generator is your friend.
Install
npm install -g generator-quickExecute
yo quickThis will create the playground project in your current working directory.
Creates
package.json
bower.json
index.html
js/script.js
css/style.cssServe
npm startUsing live-server to server and watch your local webroot.