generator-min
v0.1.4
Published
A minimal Yeoman template, using Browserify, Grunt and Github Pages
Downloads
8
Maintainers
Readme
generator-min
A minimal base template for Yeoman
Contains:
- Grunt
- Sass / Watch - Containing Pure.css and Normalize.css
- Browserify
- Modernizr
- Fastclick
- Github Pages upload
Getting Started
1) Install Yeoman and this template generator
npm install -g yo
npm install -g generator-min
2) Create your repo/s on Github
If you're using Github Pages, create a separate repo with the correct name. (e.g. projectname.github.io)
3) Clone your main repo to your computer
4) Finally, cd
into your main repo and use the generator:
yo min
License
MIT