IBM/openapi-to-graphql

Improve CLI and provide tests

Ouverte

#56 ouverte le 10 oct. 2018

 (4 commentaires) (0 réaction) (0 personne assignée)TypeScript (215 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 645 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur