Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.3 KB

readme.md

File metadata and controls

44 lines (31 loc) · 1.3 KB

Cargo Bay v0.8.6

Cargo Bay is a utility library with some useful and commonly used components and snippets.

Includes

Installing using Bower

bower install cargobay

Contribution

Git Flow

Cargo Bay works with git-flow.

For a contribution to Cargo Bay, 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-

License

Cargo Bay is licensed under the MIT license.