IBM/openapi-to-graphql

Improve CLI and provide tests

开放

#56 创建于 2018年10月10日

 (4 条评论) (0 个反应) (0 位负责人)TypeScript (215 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,645 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南