What is lerna?
"Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository"
lerna is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 8.1 MB on disk.
Installation Guide
# Install via NPM
npm install lerna
# Install via Yarn
yarn add lerna