Skip to content

jhd124/collect-commite-info

Repository files navigation

collect-commit-info

Installation

  • global install
    npm install collect-commit-info -g
    // or if you are using yarn:
    yarn global add collect-commit-info
  • local install
    // in your project directory
    npm install collect-commit-info --save-dev
    // or if you are using yarn:
    yarn add collect-commit-info -D

Why use collect-commit-info

  • Generate meta data of git repo commits
  • Generate changelog from commit meta data

Usage

Generate commit meta data

command:

  • commits (globally installed)
  • yarn commits (local installed)

to see arguments, run

commits --help

Generate changelog meta data

command:

  • ht-changelog (globally installed)
  • yarn ht-changelog (local installed)

to see arguments, run

ht-changelog --help

About

collect commite info from git repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published