Skip to content

bennycode/ts-lerna-template

Repository files navigation

ts-lerna-template

A template for managing TypeScript packages with Lerna.

Getting started

# Install dependencies (the Monorepo linking step is now handled during npm install)
npm install

# Test packages
npm test

Release packages

Start with version "0.0.0" in package.json when creating a completely new package.

Release all packages

Publish all packages that have changed:

npm run release

Read more