Sebastien Rousseau  Logo

Installation

Install @sebastienrousseau/vitest-config as a development dependency using your preferred package manager.

npm

npm install --save-dev @sebastienrousseau/vitest-config

pnpm

pnpm add -D @sebastienrousseau/vitest-config

yarn

yarn add -D @sebastienrousseau/vitest-config

bun

bun add -d @sebastienrousseau/vitest-config

From Source

git clone https://github.com/sebastienrousseau/vitest-config.git
cd vitest-config
make test