Cargobay is a utility library with some useful and commonly used components and snippets.
bower install cargobay
Cargo Bay works with git-flow.
For a contribution to Cargobay, you need to follow the following workflow with the addition of a pull-request.
Example for adding a feature:
- Start from develop (make sure to pull first)
git flow feature start -your feature name-
git flow feature publish -your feature name-
- start making your changes (commit and push regularly)
- when done, make a pull-request from your feature branch to develop
- after the pull-request is accepted, do
git flow feature finish -your feature name-
Examples of this components can be found on gh-pages
Cargobay is licensed under the MIT license.