generator-quick

Trivial yeoman generator. Creating a minimal HTML5 playground that can be used for testing and experimenting purposes.

Usage no npm install needed!

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

README

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-quick

Execute

yo quick

This will create the playground project in your current working directory.

Creates

package.json
bower.json
index.html
js/script.js
css/style.css

Serve

npm start

Using live-server to server and watch your local webroot.