From 5f78d54ad719b0563739c6e8208408af5a38a330 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Fri, 5 Jun 2020 07:09:42 +0200 Subject: [PATCH] Update text outputs --- src/create-grandstack-app.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/create-grandstack-app.js b/src/create-grandstack-app.js index bba172e..826a704 100644 --- a/src/create-grandstack-app.js +++ b/src/create-grandstack-app.js @@ -276,9 +276,10 @@ const main = async () => { } console.log(); console.log( - `Thanks for using GRANDstack! We've created your app in '${newAppDir}'` + `Thanks for using GRANDstack! We've created your business reviews dashboard app in '${newAppDir}'. + Please adapt the GraphQL schema and the UI components for your own use-cases.` ); - console.log(`You can find documentation at: https://grandstack.io/docs`); + console.log(`You can find documentation in the readme and at: https://grandstack.io/docs`); console.log(); console.log(`To start your GRANDstack web application and GraphQL API run: @@ -289,6 +290,10 @@ Then (optionally) to seed the database with sample data, in the api/ directory i npm run seedDb +To infer an initial GraphQL schema for your existing graph data, you can run + + npm run inferschema:write + `); }) .catch((e) => {