@changemap/cli
v0.1.0-rc.1
Published
ChangeMap CLI: init, analyze, impact, dependents, and dependencies for local JS/TS graphs.
Maintainers
Readme
@changemap/cli
Command-line interface for ChangeMap. Builds and queries a local JS/TS impact graph.
Requires Node.js 22+. Do not run this under Cursor/Electron’s Node 20.
The source repository is private. Install from npm after publish: npm install -g @changemap/[email protected]. License: proprietary — see LICENSE (proposed / not lawyer-reviewed).
changemap init
changemap analyze
changemap status --json
changemap impact src/app.ts --symbol main --mode symbol --json
changemap dependents src/app.ts --json
changemap dependencies src/app.ts --json