Replies: 1 comment
-
I also spent a bit of time running in circles with this assuming |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
--example-path
parameter in create-next-app--example-path
Non-Goals
No response
Background
It would be nice to have a way to create new apps from a template that is private and stored locally, without the need of having it be a github repo.
At first I thought with the
--example-path
parameter I could do this and thought it was a bug or something wrong on my end. As discussed here it would be nice to implement something like this in the feature.Proposal
Expand the existing
--example-path
to copy from the local directory instead of fetching it from a repo when there's no example added.Beta Was this translation helpful? Give feedback.
All reactions