jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts supplemented by versioned bins

bcomnes opened this issue · comments

Have you given any thought or considered adding support for versioned tools similar to how npm supplements its script environment PATH with node_modules/.bin?

Not exactly sure what that would look like in a deno project, but roughly you would would list deno installable cli urls (and maybe permission flags) in a project file, have them installed into a local project folder, and then supplement the script shell's path to include these.

Thoughts? Maybe there are other tools out there providing this?