Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.69 KB

readme.md

File metadata and controls

50 lines (25 loc) · 1.69 KB

Backbone Boilerplate generator Build Status

Note: This generator has been deprecated

The Backbone Boilerplate project now has an officially maintained Yeoman generator which we recommend you use instead. Please uninstall your old version of this project and use the other one for maximum happiness.

Usage

  • Install it (only once): npm install -g generator-bbb

  • Create a new folder and cd into it: mkdir my-new-project && cd $_

  • Run yo bbb to scaffold out a BBB skeleton app

  • Run grunt to build and grunt server to preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework=[framework]

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

Documentation

Backbone Boilerplate documentation

Contribute

See the contributing docs

When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

When submitting a new feature, add tests that cover the feature.

License

BSD license