1.0.0 • Published 4 years ago

@eove/cmetrix v1.0.0

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

cmetrix

CLI to build code metrics chart for your projects

Purpose

Your team is working on several projects. Each project is composed of several repositories. You would like to have an overview of the amazing work that has been done.

Run cmetrix and you will get beautiful charts (thanks to cloc and apexcharts used under the hood)

Installation

  • Install NodeJS
  • Install cloc
  • Then run npm install -g cmetrix ou run it through npx: npx cmetrix --help

Usage

First, you have to describe your projects in a configuration file. Then, just run cmetrix charts -c <configuration-file>.json

(cmetrix charts --help for more options)