@fabernovel/heart-cli
v4.0.0
Published
Runner module of Heart, which starts an analysis by using a CLI
Downloads
4
Maintainers
Keywords
Readme
Description
Heart CLI is the control module of Heart. It allows every other module to work together, and is able to control the Heart API and the analysis modules.
Note that you must install an analysis module too, to have a minimum viable installation of Heart.
Read more about the description and design of Heart.
Usage
Standalone
Install the package
npm install @fabernovel/heart-cli
Displays the list of commands you can use, regarding your installed modules
npx heart --help
The list of available commands change each time you install an analysis module or Heart API.
Github Action
If you're using Github, you can simplify the integration of Heart in your CI scripts by using the Github Action.