The purpose of this monorepo is to host various npm packages ↗ to facilitate code sharing and at high standards. At it's core it uses pnpm workspaces to manage the monorepo
-
Create
package.jsonfile: -
Add npm configuration file:
# .npmrc engine-strict = true auto-install-peers = true
-
Add pnpm workspace file:
# pnpm-workspace.yaml packages: - 'packages/*'