Velociraptor Logo

The script runner
for Deno

Get started
Velociraptor brings package.json-style scripts to Deno, with many added features:
Composite scripts

Write serial and parallel scripts directly in your config files

Git hooks

Link your scripts to git hooks, any vr command will install them

Deno options

Write declarative Deno cli options and share them between your scripts

Config files

Velociraptor supports yaml, json and typescript config files

Environment variables

Keep track of env variables in config files or link external dotenv files

Export

Export scripts to sh for environments where vr is not available

Get started