Running services
📄️ Binaries
Running binaries is the most basic functionality of Catch. We can run a binary with yeet like this:
📄️ Shell scripts
Running shell scripts is similar to running binaries, but scripts are executed in a shell. We can run a script with yeet like this:
📄️ Cron jobs
Cron jobs are a type of service that runs on a schedule. We can run a cron job with yeet like this:
📄️ TypeScript
Catch has specific support for running TypeScript files with Deno. Deno allows you to specify
🗃️ docker
3 items