Option 1
One-off scan
Run the scanner against a target repository without installing it globally.
npx @merico-ai/maturity-scanner ./my-repoQuick start
The target must be a git repository, and git must be available on PATH. By default, the CLI scans the current directory; you can also pass an explicit path.
Required for npx, global installs, and the local CLI runtime.
Must be available on PATH; the scanner reads tracked files through git ls-files.
Run the scanner against a target repository without installing it globally.
npx @merico-ai/maturity-scanner ./my-repoInstall the CLI globally, then run the default command in the target repository to generate the image report.
npm install -g @merico-ai/maturity-scannerai-maturity-scanner ./my-repoL0 means the repository has no AI instruction file. L1-L4 represent progressively more mature AI engineering practices. AMI is useful for comparison and trend tracking.