IBM/openapi-to-graphql

Improve CLI and provide tests

Offen

#56 geöffnet am 10.10.2018

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (215 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.645 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide