metrics for clean code
npm install clean-code-metricsMetrics for Clean Code
npm install -g clean-code-metrics --save-dev
``shell
ccm [command]
Commands:
ccm summary Collects summary of all task from project
ccm list List all tasks grouped together by file
`
ccm summary
`shell
Collects summary of all task from project
Options:
-t, --taskFilter filter for task [array] [default: []]
-c, --config verbose [string]
`
ccm list
`shell
List all tasks grouped together by file
Options:
-f, --files files to include [array] [default: []]
-c, --config verbose [string]
``