/cargobay

Html, scss/css and js component library by Kunstmaan

Primary LanguageHTML

Cargobay v1.0.0

Build Status License

Cargobay 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 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-

Demo

Examples of this components can be found on gh-pages

License

Cargobay is licensed under the MIT license.