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

Why did you create meow? #307

Closed
oguching opened this issue Nov 20, 2015 · 1 comment
Closed

Why did you create meow? #307

oguching opened this issue Nov 20, 2015 · 1 comment

Comments

@oguching
Copy link

https://github.com/sindresorhus/meow

From what I can see it solves kind of the same problem as commander.js so why did you make meow?

@sindresorhus
Copy link
Owner

You're comparing apples to whales. They might look similar if you haven't read the docs or used them, but when you try them out it will become quite apparent. Meow is just the minimal amount of stuff I do in every single CLI so I don't have to repeat myself. Like showing the version when the user runs $ foo --version, handling argument parsing, etc. Commander.js is an opinionated framework for building large command-line apps. It includes a lot of stuff I would never need and limits my creative freedom.

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