git-push-it-hook
v0.2.0
Published
A git plugin for commiting the old school way.
Downloads
3
Readme
git-push-it-hook
ESM Only
This package currently supports ESM only. Read more here.
Workflow
1) Code
> npm run install
> npm run build
> npm run watch-ts
> npm run watch-test
<code...>
2) Commit
Conventional commits.
> npm run cm
3) Release
Version bump and update Changelog.
> npm run release-dry
<confirm release changes...>
> npm run release
> git push --follow-tags origin master