jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create remote configuration resolver

umbopepato opened this issue · comments

That given a specifier in the format

[registry:]package[@version]

ie

oak
oak@2.3.2
github:oak
nest:oak@1.0.0

tries to fetch a Velociraptor configuration file:

GET https://<registry base url>/<package>[@version]/scripts.{yaml,yml,json,ts}