Skip to content

trevorsaint/lerna-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage a monorepo with Lerna

An example I’ve put together to demonstrate how Lerna can be used to maintain multiple npm packages with one repository.

Install Lerna

Install Lerna on your machine.

npm instal -g lerna

Bootstrap the packages

Installs all dependencies and links any cross-dependencies.

lerna bootstrap

Run package

node packages/calc-module/index.js

About

Manage a monorepo with Lerna

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published