Sensible is a modern, declarative task runner for developers. It helps automate your project workflows with a clean and readable config format, without the overhead of traditional tools like Make, Ansible, or Bash scripts.
- Declarative configuration using HCL
- Run tasks locally or remotely via SSH
- Supports sequential execution (parallel execution coming soon!)
- Easily customizable with components
- Easy to distribute via one-liner install script
curl -sSL https://raw.githubusercontent.com/laughing-nerd/sensible/main/install.sh | bash
For detailed documentation, visit the Sensible Documentation.