A very fast command runner, wich looks a lot like npm scripts. But this has it own config-scripts syntax. Written in rust as a learning project.
- Understands npm scripts & deno tasks.
- Easy config language
- Package-manager detector. Will automatically detect if you are using npm, pnpm, deno or bun. Even works with python, go, cargo and more.
- Extremely fast. No more headaches waiting for your scripts to run.
Note: Currently only supports macOS & Windows. Linux support coming soon!
Install actionfile with this one-liner:
curl -fsSL https://raw.githubusercontent.com/lassejlv/actionfile/main/scripts/install.sh | bash
To uninstall actionfile, run:
curl -fsSL https://raw.githubusercontent.com/lassejlv/actionfile/main/scripts/uninstall.sh | bash