Complete Git Flow automation with commit validation, branch naming conventions, and zero-config git hooks setup
npm install @ngmd/git-flowThe @ngmd/git-flow library provides ready-to-use configurations and automation for following Git Flow conventions in your projects. Includes commit message validation, branch name checking, and automatic git hooks setup.
``bash``
yarn add @ngmd/git-flowor
npm i @ngmd/git-flow
Explore the repository and documentation [RU], [EN].