Setting up a bunch of repos using Lerna or Yarn/Pnpm workspaces and trying out arborist on it.
- ✅ Works as expected
- ☑️ Works partially
- ❌ Not working / blocked
| Name | type | install | install --legacy | test | tweaks |
|---|---|---|---|---|---|
| airbnb/javascript | Custom scripts-based setup | ✅ | ✅ | changes | |
| babel | Lerna + Yarn | ✅ | ❌ | changes | |
| create-react-app | Lerna + Yarn --use-workspaces | ✅ | ☑️ | changes | |
| enzyme | Lerna | ❌ | ✅ | ✅ | notes |
| lerna | Lerna + file: refs |
✅ | ✅ | ||
| Inquirer.js | Lerna + Yarn --use-workspaces | ✅ | ✅ | ||
| istanbuljs | Lerna | ✅ | ✅ | ||
| opencensus-node | Lerna | ✅ | ✅ | changes | |
| opentelemetry-js | Lerna | ❌ | ❌ | changes | |
| reakit | Lerna + Yarn --use-workspaces | ❌ | ✅ | ✅ | changes |
| webpack-cli | Lerna + Yarn --use-workspaces | ✅ | ☑️ | changes |