Mono-repo Tools
Mono-repo tools for Lerna and Yarn workspaces
Installation
You can install either globally or as a development dependency.
Global
For Yarn: yarn global add @flexverse/mono-repo-tools
For NPM: npm i -g @flexverse/mono-repo-tools
Development Dependency
For Yarn: yarn add -D @flexverse/mono-repo-tools
For NPM: npm i -D @flexverse/mono-repo-tools
Usage
Use the mrt
command.
mrt [...commands] [...options]