0.2.0 • Published 11 years ago
generator-bb-project v0.2.0
generator-bb-project
Yeoman generator for a shiny new BB Project
Usage
First of all you'll need Yeoman installed on your machine:
npm install -g yoTo install the generator from npm, run:
npm install -g generator-bb-projectFinally, initiate the generator:
yo bb-projectContributing
To contribute either check the Waffle board or GitHub issues then work away:
- Fork it!
- Create your feature branch:
git checkout -b feature/awesome-feature - Run:
npm installfor dependencies andnpm linkfor local development - Run:
gruntto build and watch for changes - Commit your changes:
git commit -m 'feat(Project): Adds awesome feature' - Push to the branch:
git push origin feature/awesome-feature - Submit a pull request :+1:
Tips:
- You can run
grunt todoto generate a list of features that require some attention - In lieu of a formal styleguide, take care to maintain the existing coding style
- Add unit tests for any new or changed functionality
- Test your code using Grunt:
grunt mochaTest - Install editorconfig-sublime for Sublime Text to help with consistent code formatting
- Commit messages loosely adhere to these guidelines
- Versioning adheres to Semver
Release History
- 2014-11-03 v0.2.0 - Adds support for page/navigation scaffolding. Adds support for optionally including Modernizr.
- 2014-10-31 v0.1.0 - Initial release.