https://github.com/chrisdothtml/monorepo-stress-tests
Comparing various monorepo tooling
https://github.com/chrisdothtml/monorepo-stress-tests
Last synced: about 2 months ago
JSON representation
Comparing various monorepo tooling
- Host: GitHub
- URL: https://github.com/chrisdothtml/monorepo-stress-tests
- Owner: chrisdothtml
- Created: 2019-02-15T02:33:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T20:02:28.000Z (over 7 years ago)
- Last Synced: 2025-03-23T16:43:06.756Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# monorepo-stress-tests
> Comparing various monorepo tooling
## Try it out
### 1. Clone this repo
```sh
# make sure to include the bit about submodules
git clone --recurse-submodules git@github.com:chrisdothtml/monorepo-stress-tests.git
```
### 2. Checkout the branch of a tool to test
```sh
# options:
# - lerna
# - manual
# - rush
# - workspaces
git checkout
```
### 3. Generate the fixture packages
***Note***: this should be run every time you switch branches as they each tool has its own custom generation scripts
```sh
./scripts/generate.sh
# if you want to specify a number of packages to generate
# (defaults to 500)
./scripts/generate.sh 100
```