-
Notifications
You must be signed in to change notification settings - Fork 3
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 custom app template from web #4
Comments
I don't know who will benefit from this, is it the same as making a |
It like the cookiecutter(https://github.com/cookiecutter/cookiecutter). I'll make a app template using alosaur and typeorm. Someone can use it by a command line. |
How about simply adding support for a custom application via github instead of git? by replacing this base url https://github.com/alosaur/cli/blob/main/new.ts#L19 |
Thanks. I'll try |
maybe it look like :
deno run --allow-read --allow-write --allow-net https://deno.land/x/alosaur/cli.ts --remote-template https://myrepo/mygit.git new myProject
The text was updated successfully, but these errors were encountered: