Get up and running with ReproSpec.
- Node.js >= 20.0.0
- Docker Desktop or Docker engine
git clone https://github.com/reprospec/reprospec.git
cd reprospec
npm installCapture standard input/output logs and environment details:
node bin/reprospec.js capture -- node -e "console.log('test')"Verify the bundle hashes match the manifest:
node bin/reprospec.js verify <bundle-path>Replay the execution inside a network-disabled Docker container:
node bin/reprospec.js replay <bundle-path>Check health of local Docker and Node.js environments:
node bin/reprospec.js doctor