Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.68 KB

File metadata and controls

47 lines (28 loc) · 1.68 KB

@godeltech/project-analyzer-cli

A tool for gathering information from package.json files of projects.

Build

Azure DevOps builds (main) Azure DevOps tests (main) Azure DevOps coverage (main)

Npm

Npm

Requirements

  • Node

    Make sure you have Node in your environment path. Run node -v to check

    Required node: >=20

    Required npm: >=10.5.0

How to use

  • In the project directory, open the console

  • Run npx @godeltech/project-analyzer-cli@latest

  • Follow filling in required information

  • Refort will be generated under /reports folder

Related links

Report compatibility

V1 reports are aligned with converting script in /scripts, to run it agains a report from v0 need to run

npm run transform:v1