An open API service indexing awesome lists of open source software.

https://github.com/locol23/learn-lerna


https://github.com/locol23/learn-lerna

lerna monorepo monorepo-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# learn-lerna

monorepo with lerna

## Prerequisites

- [lerna](https://github.com/lerna/lerna)

## Getting Started

```bash
git clone --depth=1 https://github.com/locol23/learn-lerna.git
cd learn-lerna
lerna bootstrap
```