0.0.4 • Published 10 years ago

generator-kitchensink v0.0.4

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

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

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