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

replace yargs with commander #34

Open
kaievns opened this issue Apr 18, 2016 · 1 comment
Open

replace yargs with commander #34

kaievns opened this issue Apr 18, 2016 · 1 comment

Comments

@kaievns
Copy link
Contributor

kaievns commented Apr 18, 2016

yargs seems pretty good, but commander is so much better.

it has a nice and clean declarative API for the CLIs, it automatically builds great help pages, supports sub-commands, handles input validation and so on. and it's a goto tool for many devs when they want to build a CLI in node

@nwinch
Copy link
Contributor

nwinch commented Apr 21, 2016

Yep, looks good. yargs seems to be working fine ATM, so let's mark this as low until it might be something we need.

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

No branches or pull requests

3 participants