OpenFn / OpenFn/kit

Install peer dependencies with adaptors

Open
#937 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

DevX
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.