jasmine-flexbox
v1.1.0
Published
Jasmine Flexbox is a small grid system based on the flexbox properties.
Downloads
2
Readme
Jasmine Flexboxbeta
Documentation will soon be available
Quick start
Quickstart options are available:
Development
git clone https://github.com/jcmljunior/jasmine-flexbox.git cd jasmine-flexbox npm start
Rules
Commits
Use this commit message format (angular style):
[<type>] <subject>
<BLANK LINE>
<body>
where type
must be one of the following:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code
- refactor: A code change that neither fixes a bug nor adds a feature
- update: Update of the library version or of the dependencies
and body
must be should include the motivation for the change and contrast this with previous behavior (do not add body if the commit is trivial).
- Use the imperative, present tense: "change" not "changed" nor "changes".
- Don't capitalize first letter.
- No dot (.) at the end.
Branches
- There is a master branch, used only for release.
- There is a dev branch, used to merge all sub dev branch.
- Avoid long descriptive names for long-lived branches.
- Use grouping tokens (words) at the beginning of your branch names (in a similar way to the
type
of commit). - Define and use short lead tokens to differentiate branches in a way that is meaningful to your workflow.
- Use slashes to separate parts of your branch names.
- Remove branch after merge if it is not important.
License
Jasmine Flexbox is distributed under the terms of the GNU General Public License, version 3.
See the LICENSE
file for details.