https://github.com/locol23/learn-lerna
https://github.com/locol23/learn-lerna
lerna monorepo monorepo-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/locol23/learn-lerna
- Owner: locol23
- Created: 2018-09-07T12:36:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T11:13:13.000Z (over 2 years ago)
- Last Synced: 2025-01-08T20:23:22.916Z (4 months ago)
- Topics: lerna, monorepo, monorepo-example
- Language: TypeScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```