Installation

Installing prerequisites and get started

Getting Started

Prerequisites

install the package from npm/brew

  1. gitflowarrow-up-right git extension

    Check installation instructionsarrow-up-right for your platform.

     brew install git-flow-avh
  2. git-chglogarrow-up-right

     # CHANGELOG generator
     brew tap git-chglog/git-chglog
     brew install git-chglog
  3. Commitizenarrow-up-right

      # install and configure `commitizen` git plugin
      yarn global add commitizen cz-conventional-changelog
      echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc; # will create .czrc
      # then you can use commitizen as shown below
      cd non-node-git-repo
      touch foo
      git cz -a
  4. SonarLint

    Install SonarLint Plugin for IntelliJ

Usage

Changelog

generate changelog using git-chglogarrow-up-right.

Last updated