open-cli-tools / open-cli-tools/concurrently

Switch from yargs to commander to remove 16 dependencies

Open
#418 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

pending for input
Dominant language
TypeScript
Stars
7.9k
Forks
281
Avg merge
17h 12m
Merged PRs (30d)
1

Description

Description: switching from yargs to commander would reduce dependencies. commander has 0, yargs has 16

Every downstream dependency adds work as all of them need updates and all of them may have vulnerabilities. Lowering dependencies is generally a win.

If there's nothing special about yargs, would it be ok to provide a PR to remove it and replace with commander?

note: commander is more popular than yargs. Not that popularity has anything to do with quality, only that lots of people are relying on it.

Contributor guide

Open the contributing guide

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

The issue does not name files or tests. Start by locating the current yargs integration and its dependency declaration, then review how command-line options are parsed and tested. Done means replacing yargs with commander while preserving the CLI behavior and reducing the dependency count.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Refactor
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.