Is it possible to install packages directly from git hosts
Is it possible to install packages directly from a git host? For example, with pip I can do something like
pip install git+https://<project url>.git.
Is there a Deno equivalent for this?1 Reply
No