Prismatik / dendritic

The framework you use when you're not using a framework.
10 stars 1 forks source link

replace yargs with commander #34

Open kaievns opened 8 years ago

kaievns commented 8 years ago

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 commented 8 years ago

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