Personal sass modules collection "inspired" by inuitcss
npm install
lerna bootstrap
- Link local packages together and install remaining package dependencies.npm run commit
- Commit your changes using commitizen.
npm run new-version
- Bump version of packages changed since the last release and generate changelog.npm run release
- Publish packages to npm
lerna changed
- Show which packages have changed.lerna diff
- Show specifically what files have cause the packages to change.
feat(elements-table): add hat wobble
^--^ ^------------^ ^------------^
| | |
| | +-> Summary in present tense.
| +------------------> Scope: folder name of package in kebab-case (e.g. elements-table)
|
+-----------------------> Type: chore, docs, feat, fix, refactor, style, or test.
git commit -m "..." --no-verify