Preparation
To use the Runner library in your project you should install it as a dependency using the following command:
- npm
- Yarn
- pnpm
npm install @tripetto/runner
yarn add @tripetto/runner
pnpm add @tripetto/runner
Typescript support
This package contains type declarations and supports TypeScript out-of-the-box.