1.3.7 • Published 5 years ago

@berries/acai-cli v1.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@berries/acai-cli

npm Build Status Coverage Status lerna Commitizen friendly code style: prettier

Calculate bug spots in git repositories based on commit messages.

This is the command line tool that uses the @berries/acai library to calculate a list of files that where bug prone in the recent past by applying a score value to the files. The older a commit for a file gets, the less priority it has. This prevents files that where fixed a long time ago to be forever on top of the list.

Important note: The results for the hot spots are only relevant for the project itself and can not be compared from one project to another (except you find a way to do it! 😉).

Table of contents

Environment

  • Node >= 8
  • NPM >= 5

Usage

You can install the CLI with:

$ npm i @berries/acai-cli -g

and run the acai-cli inside a git repository (other version control systems will be follow):

$ acai

or use npx and run acai directly:

$ npx @berries/acai-cli

Options

OptionShortDescription
--help-hShow the help text for acai command line tool
--versionShow the installed CLI version
--cwd-dDefine a different git repository, e.g.: $ acai -d "path/to/git/repo"
--format-FDefine the output format. Available options: human
--branch-bBranch to run stats on, default branch is the currently selected
--depth-DDefine how many commits in the past should be considered
--files-fOne or more file patterns to match against. You can use http://www.globtester.com to test your patterns.

License

MIT

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago