We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was thinking about what to consult for command-line parsing behaviours which people using the Node.js eco-system are likely to encounter.
The two specifications I am aware of are:
With reference implementations for C programs:
In Javascript world, we can look at npm dependencies as one measure of usage. Packages with over 1000 dependents (on 2022-03-06):
For a second source for usage, this just came out: Census II of Free and Open Source Software — Application Libraries
In the top 500 npm packages as direct dependencies:
Across both measures, commander and yargs and minimist are the big 3 covering the majority of direct dependencies.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was thinking about what to consult for command-line parsing behaviours which people using the Node.js eco-system are likely to encounter.
The two specifications I am aware of are:
With reference implementations for C programs:
In Javascript world, we can look at npm dependencies as one measure of usage. Packages with over 1000 dependents (on 2022-03-06):
For a second source for usage, this just came out: Census II of Free and Open Source Software — Application Libraries
In the top 500 npm packages as direct dependencies:
Across both measures, commander and yargs and minimist are the big 3 covering the majority of direct dependencies.
The text was updated successfully, but these errors were encountered: