Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@berries/acai-cli
Advanced tools
CLI tool calculate bugs in git repositories based on commit messages.
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! 😉).
You can install the CLI with npm i acai-cli -g
run the acai-cli inside a git repository (other version control systems will be follow):
$ acai
Option | Short | Description |
---|---|---|
--help | -h | Show the help text for acai command line tool |
--version | Show the installed CLI version | |
--cwd | -d | Define a different git repository, e.g.: $ acai -d "path/to/git/repo |
--format | -F | Define the output format. Available options: human |
MIT
FAQs
CLI tool calculate bugs in git repositories based on commit messages.
We found that @berries/acai-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.