https://github.com/heavenshell/ts-lerna
My leran & yarn workspace sample
https://github.com/heavenshell/ts-lerna
Last synced: 11 months ago
JSON representation
My leran & yarn workspace sample
- Host: GitHub
- URL: https://github.com/heavenshell/ts-lerna
- Owner: heavenshell
- Created: 2021-01-24T14:19:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T22:40:05.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:11:48.001Z (about 1 year ago)
- Language: TypeScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-lerna

My lerna and yarn workspace.
## cli
```console
lerna exec yarn dev --scope cli
```
## Redux app
```console
lerna run yarn start --scope app
```
## Next.js app
```console
lerna run yarn dev --scope next-app
```