README
Really Simple HTML generator
Let's you quickly setup a really really basic HTML file with nothing more than a basic structure and a few meta tags, and optionally, jQuery.
To use you need to have node and yo installed.
Then install the generator:
npm install -g generator-reallysimplehtml
Create a directory with mkdir
then cd
into it. Then run:
yo reallysimplehtml
And you're all done!