Lerna is an administrative tool for managing JavaScript projects that contain multiple packages

Installation:

$ mkdir lerna-repo && cd $_
$ npx lerna init
Copy the code

After installation, the following directory structure will be produced: