SvelteLab / SvelteLab

supercharged REPL for Svelte

Home Page:https://sveltelab.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ alias g4c to git to allow for github repo dependencies

paoloricciuti opened this issue · comments

Describe the problem

In theory if we alias g4c to git we should be able to support installing dependencies from github repos.

Describe the solution you would like

// package.json
...
"dependencies": {
    "my-awesome-dep": "github:oscard0m/my-awesome-dep#random-branch"
    ...
}

this should work

Describe alternatives you have considered

No response

Additional context

No response

While this might still be worth to add, unfortunately it doesn't solve the issue. I might need to investigate further