Skip to content

Commit

Permalink
Mentioned that yargs requires a lot of extra work for typescript comp…
Browse files Browse the repository at this point in the history
…ability
  • Loading branch information
Daveed committed Oct 15, 2024
1 parent 2520d5c commit ad80869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/getting-started/alternatives.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Vercel's `arg` is a very popular (20M+ weekly downloads at time of writing) libr

`yargs` is a powerful and flexible library with a simple API. It supports commands and grouped options, dynamically generated help menus, and bash-completion shortcuts. It has been adopted by some in the the Node.js ecosystem, with extensive documentation and community support.

It requires installing plugins and manual configuration to get TypeScript support, and the API is not as type-safe as Stricli. It also has a large number of dependencies, which can be a concern for some users.

## Popular Frameworks

### [`oclif`](https://oclif.io/) (salesforce)
Expand Down

0 comments on commit ad80869

Please sign in to comment.