Skip to content
New issue

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

commander? #32

Closed
ianstormtaylor opened this issue Feb 4, 2016 · 1 comment
Closed

commander? #32

ianstormtaylor opened this issue Feb 4, 2016 · 1 comment

Comments

@ianstormtaylor
Copy link

What's the advantages to using Meow instead of commander.js?

@sindresorhus
Copy link
Owner

Meow only does the minimum thing most CLI's will need. It was pretty much just the common thing in all my CLI's extracted into a module. It's great for simple CLI's or when you need a lot of control. Otherwise commander.js is probably a better choice, or even better, yargs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants