https://github.com/char0n/lerna-monorepo-taming
This monorepo implements current practices and conventions used while building monorepos using Lerna
https://github.com/char0n/lerna-monorepo-taming
conventions documentation howto lerna practices tutorial
Last synced: 11 months ago
JSON representation
This monorepo implements current practices and conventions used while building monorepos using Lerna
- Host: GitHub
- URL: https://github.com/char0n/lerna-monorepo-taming
- Owner: char0n
- Created: 2020-09-05T18:34:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T07:21:28.000Z (over 4 years ago)
- Last Synced: 2025-03-31T01:12:32.143Z (12 months ago)
- Topics: conventions, documentation, howto, lerna, practices, tutorial
- Language: JavaScript
- Homepage: https://vladimirgorej.com/blog/things-i-have-learned-maintaining-javascript-monorepo-with-lerna/
- Size: 161 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```sh
$ npm i
```
## Tests
```sh
$ npm run test
```