Installation
All the ways to install Aspect Code.
CLI via npm (recommended)
Install globally:
npm install -g aspectcodeThen run in any project:
cd your-project
aspectcodenpx (no install)
Run without installing:
npx aspectcodeGood for trying it out or CI environments.
VS Code extension
The VS Code extension is a thin launcher that runs the CLI as a subprocess.
The extension automatically runs the CLI when you open a project. All features are the same — the extension just provides a convenient way to launch it.
Requirements
No other dependencies. No account required. Works fully offline.