Installation
StackTest is distributed as a Node.js CLI tool. You can install it globally, use it via npx, or add it to your project dependencies.
Prerequisites
StackTest requires Node.js v24 or later and a package manager such as pnpm, npm, or yarn.
Installing the CLI
To add @stack-test/cli to your local project:
pnpm add -D @stack-test/cli @stack-test/core
Or using npm:
npm install --save-dev @stack-test/cli @stack-test/core
Running without Installation
You can run StackTest directly without installation using npx:
npx stacktest --version