-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .gitignore and split up the subgraph name cli entry command #391
Comments
I'm not sure I understand that second part. Creating a |
Second part would be instead of the cli prompt
and the user is supposed to know it is It would be
And then :
And then we compose it for them and let them know that their subgraph name is a combination of the two I think this is a slightly better UX |
Ah, that's fair enough, we can think about how to do this best. |
Maybe what we should do is
Because |
Yeah I like that idea |
I noticed at Eth waterloo that no .gitignore gets created. We should ignore the
./generated
folder, and node modules.Also, one of our users kept trying to enter just a subgraph name, and would then be told to do
/username/subgraphname
. Would it make more sense to split this into two commands?The text was updated successfully, but these errors were encountered: