This repository is a monorepo. It contains multiple npm packages.
Note
This project requires pnpm v10 or higher. You can check your version with pnpm --version and update if needed with npm install -g pnpm@latest.
- Clone this repository.
- Do
pnpm installinside (this package uses pnpm workspaces). - You're ready to go!
Tests:
pnpm run testEach package defines its own tests. To run them, change your working directory and use the test script.
Code coverage:
pnpm run coverageLicensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.