gramps-graphql / data-source-base

Boilerplate for creating a GrAMPS-compatible data source.
https://gramps.js.org/data-source/data-source-overview/
52 stars 8 forks source link

feat: add install script for the GraphQL CLI #11

Closed jlengstorf closed 6 years ago

jlengstorf commented 6 years ago

IMPORTANT: We can't merge this until (unless?) https://github.com/graphql-cli/graphql-cli/pull/79 is merged in.

This adds an install script that will:

Current issues:

jlengstorf commented 6 years ago

Here's a screenshot of the install prompts + the diff after it runs:

screencap-by-jlengstorf 25
kbrandwijk commented 6 years ago

The PR on graphql-cli is merged! 🎉

jlengstorf commented 6 years ago

CLI ignores the install script now: https://github.com/gramps-graphql/gramps-cli/pull/31