Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@berries/acai-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berries/acai-cli

CLI tool calculate bugs in git repositories based on commit messages.

  • 1.1.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-30.77%
Maintainers
1
Weekly downloads
 
Created
Source

@berries/acai-cli

Berries acai cli logo with three berries and two leafs shown.

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

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! 😉).

Animated usage example of the acai cli.

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

License

MIT

Keywords

FAQs

Package last updated on 08 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc