Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/yarn-workspace-playground
https://github.com/ertrzyiks/yarn-workspace-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/yarn-workspace-playground
- Owner: ertrzyiks
- Created: 2021-04-30T14:27:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T14:31:06.000Z (over 3 years ago)
- Last Synced: 2024-12-07T19:36:08.301Z (about 1 month ago)
- Language: JavaScript
- Size: 798 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yarn-workspace-playground
A sample repository managed by yarn 2 workspaces.
1. Install the dependencies
```
yarn install
```2. Run all the packages
```
yarn workspaces foreach run start
```