README
A Yeoman generator for creating a local Web fiddling environment.
It creates a project that contains an HTML page that is configured with:
- jQuery and jQuery UI
- Modernizer
- HTML 5 Reset
Getting Started
First, install Yeoman if you haven't already
$ npm install -g yo
Then install generator-fiddle
:
$ npm install -g generator-fiddle
Now to create a fiddling environment, create a project folder and inside that folder run yo fiddle
:
$ mkdir proj
$ cd proj
$ yo fiddle
License
MIT