-
Notifications
You must be signed in to change notification settings - Fork 622
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
Upgrades to installer #497
Comments
How about changing the file directory to something like this?
|
Yes, that was my plan, |
@bartlomieju The command |
Yep: // install
$ deno ./installer/mod.ts install file_server https://deno.land/std/http/file_server.ts --allow-net --allow-read
// uninstall
$ deno ./installer/mod.ts uninstall file_server It can be then easily wired in Deno CLI |
List items 1 and 2 are completed. Do you want to do the third item?
|
@axetroy yes I do, btw you were pinging wrong person 😅 |
Wrong person here 😅🙋🏻♂️❤️ |
Currently using This may cause the module to not update when reinstall. |
This is a good idea, I'll incorporate it tonight. |
Supercedes denoland#497 Towards denoland#492
After initial landing of installer there are still a few things to upgrade:
deno fetch
instead of downloading remote file or checking for local file - it will preload dependencies - better than fetching and discarding fileuninstall
commandThe text was updated successfully, but these errors were encountered: