This is a Typescript source monorepo managed by pnpm. To get started you will need the following installed:
Once you have cloned the repo, you can use pnpm <command>
to manage the monorepo. The following commands you should get familiar with:
pnpm install
- Install all dependenciespnpm build
- Build all packagespnpm test
- Test all packagespnpm lint
- Lint all packagespnpm format
- Format all packagespnpm clean
- Factory reset the monorepo(debugging purposes)
Checkout the RELEASE.md file for information on how to release a new version of the packages.
Checkout the TESTING.md file for information on how to run the tests.