generator-kitchensink

0.0.4 • Public • Published

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.

License

MIT License

Package Sidebar

Install

npm i generator-kitchensink

Weekly Downloads

4

Version

0.0.4

License

none

Last publish

Collaborators

  • gmq