A template for managing TypeScript packages with Lerna.
# Install dependencies (the Monorepo linking step is now handled during npm install)
npm install
# Test packages
npm test
Start with version "0.0.0" in package.json
when creating a completely new package.
Publish all packages that have changed:
npm run release