1.1.2 • Published 10 years ago

generator-drizzy v1.1.2

Weekly downloads
16
License
-
Repository
github
Last release
10 years ago

generator-drizzy

Yeoman generator for scaffolding out a Web site without all the bullshit.

alt text

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 .gitignore and .jshintrc
  • Available options AMD via Require.js Stylus for CSS preprocessing * jQuery

Usage

  1. Install Yeoman

    $ npm install -g yo
  2. Install the generator

    $ npm install -g generator-drizzy
  3. Initiate a new project

    $ yo drizzy