lerna best pratices
a simple lerna project,have some defalut config to reduce initial lerna config working.
you should install lerna global with npm or yarn.
// use yarn
yarn global add lerna
lerna bootstrap
in project root directory, it has publish script in package.json file. you can hust use it.
yarn run publish-l
yan can develop your project use lerna command.
[lerna](https://github.com/lerna/lerna)