generator-yoze

Scaffold my preprocess template

Usage no npm install needed!

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

README

generator-yoze

A generator for Yeoman to set up a new front end project the way I like it.

It will give you:

  • Grunt
    • grunt-contrib-concat
    • grunt-contrib-sass
    • grunt-contrib-watch
    • loading task config from separate files
  • My Sass boilerplate
  • Initialized bower.json and package.json

Installation

npm install -g generator-yoze

Usage

cd [front end project folder]
yo yoze

Update History

1.2.0

  • Break Sass base out into its own repo
  • Make including default element styles optional