IBM/openapi-to-graphql

Improve CLI and provide tests

Aperta

#56 aperta il 10 ott 2018

 (4 commenti) (0 reazioni) (0 assegnatari)TypeScript (215 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1645 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The CLI currently depends on custom logic to parse arguments. As we expand the CLI's capabilities, we should consider using a framework like commander.js. This is related to previous issue #44.

We should also refactor the code into a "core" and a "arguments parsing" part to be able to write test cases against the core part.

Guida contributor