Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 979 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 979 Bytes

Yeoman Generators

Rails-like Generators for Yeoman that provide scaffolding for your apps.

Getting started

If you're interested in writing your own Yeoman generator we recommend first checking out two of the sample generators in this repository. There are typically two types of generators - simple boilerplate 'copiers' and more advanced generators which can use custom prompts, remote dependencies and can do a lot more.

  • quickstart - a basic boilerplate generator with jQuery, Modernizr and HTML5 Boilerplate
  • yeoman - the default yeoman generator, which includes prompts and more advanced capabilities.

Read about the capbilities of our generators in our docs.

Generators included

  • BBB (Backbone Boilerplate)
  • Backbone-Rails
  • Ember-Rails
  • Ember-Starter
  • AngularJS
  • QuickStart
  • Yeoman
  • Twitter Bootstrap SASS/Compass
  • Jasmine
  • Mocha
  • Testacular
  • Chrome Apps Basic Boilerplate