generator-kitchensink
v0.0.4
Published
Yeoman generator for frontend development with everything but the kitchen sink (Assemble, grunt-webfont, autoprefixer, normalize.css, Susy, Breakpoint, Scut.). All optional.
Downloads
5
Maintainers
Readme
generator-kitchensink
Yeoman generator for scaffolding a web project with everything but the kitchen sink. All optional.
It's based on generator-webapp and generator-bones (mostly the later) with added features: Assemble, grunt-webfont, autoprefixer, normalize.css, Susy, Breakpoint, Scut.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-kitchensink
- Run:
yo kitchensink
- Run:
grunt serve
Ruby Caveats
- Susy requires installing the Susy gem.
The best solution for this problem is to use Bundler and the generated Gemfile.
bundle install
to install all the gem requirements.bundle exec grunt serve
&&bundle exec grunt build
to run the associated grunt tasks.