Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template / Plugins description system

peterdresslar opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be nice to be able to request and display metadata along with each GraphQL CLI system. Items like name and description, as well as class, could be specified as required attributes in package.json, or similar.

Describe the solution you'd like
Gatsby does this very well with Starters and with Plugins

Additional context
Implementing would likely affect the entire guild ecosystem, but also affect the inquiry system in the CLI script and the packaging of the Template projects

Really interesting. Any link to gatsby example?

I think we have improved commands by adding docs for publishing commands. We also moved to yargs.
There is also a help system that brings commands to help.
The commands currently coming from the entire guild ecosystem.

Feel free to reopen with more info