Install peer dependencies with adaptors
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
All of our install scripts - cli & worker autoinstall plus cli repo install - must install the peer dependencies of any adaptor.
This allows better support for collections, because we can declare it as a peer dependency and auto-install it. Right now, collections needs to be explicitly installed
This might be trivial from a command/cli point of view? I suspect that once declared, the peer dependencies will install for free
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI and worker autoinstall scripts and the CLI repository-install path mentioned in the issue. Check how adaptor dependencies are declared and whether the package manager already resolves peer dependencies; done means all three installation paths automatically install an adaptor's peer dependencies, including collections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100