A minimal TypeScript + ESM monorepo learning project with two packages published to GitHub Packages.
@bonham/calc-core- Calculator class@bonham/calc-utils- Math utility functions
npm install
npm run build
npm test
npm run test:watchTag a release and push to trigger the publish workflow:
git tag v1.0.0
git push --tags