IBM/openapi-to-graphql

Improve CLI and provide tests

Open

#56 opened on Oct 10, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (215 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,645 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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