Javascript Lecture

Lerna Package Management

Lerna is a tool that optimizes the workflow around managing multi-package repositories with git and npm.

Lerna can also reduce the time and space requirements for numerous copies of packages in development and build environments – normally a downside of dividing a project into many separate NPM package. See theĀ hoist documentationfor details.

https://github.com/lerna/lerna

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *