1.1.2 • Published 11 years ago
generator-drizzy v1.1.2
generator-drizzy
Yeoman generator for scaffolding out a Web site without all the bullshit.

Features
- Creates entry-point HTML, CSS, and JS based on options selected
- Creates a working Gruntfile to minify and concatenate CSS and JS
- Installs dependencies via Bower and NPM
- Creates project files such as
.gitignoreand.jshintrc - Available options AMD via Require.js Stylus for CSS preprocessing * jQuery
Usage
Install Yeoman
$ npm install -g yoInstall the generator
$ npm install -g generator-drizzyInitiate a new project
$ yo drizzy