generator-drizzydeprecated

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

Usage no npm install needed!

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

README

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