wave52 / lerna-best-practices

lerna best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lerna-best-practices

lerna best pratices

a simple lerna project,have some defalut config to reduce initial lerna congig working.

Installing / Getting started

you should install lerna global with npm or yarn.

// use yarn
yarn global add lerna

Developing

install packages dependencies

lerna bootstrap

publish

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)

About

lerna best practices


Languages

Language:JavaScript 100.0%