You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can already do this; you just have to be more specific for Git's benefit (it's used to clone URLs being bare repos, not checkouts)- vapor new --template file:///Users/marius/Developer/my-awesome-template/.git
Currently
vapor new --template ...
only supports remote git repositories. Being able to load a template from a local filesystem would be great!Describe the solution you'd like
vapor new --template file:///Users/marius/Developer/my-awesome-template
I think this could be quite helpful, especially for testing! :)
Let me know what you think and I can implement it.
The text was updated successfully, but these errors were encountered: