aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

Find a better alternative to commander.js #47

Open lucasbento opened 7 years ago

lucasbento commented 7 years ago

Commander brings a few issues to the CLI, it's hard to test and to personalize.

Yargs seems to be a great alternative, it's also used by Jest.

lucasbento commented 7 years ago

https://github.com/mattallty/Caporal.js