jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend the run command to local deps

umbopepato opened this issue Β· comments

If the script identifier is not found in the scripts section, search in dependencies and use the name to resolve the path to the local binary to execute.

$ vr run somecli [...args]
πŸ‘‡
$ ./bin/somecli [...args]