An extensible task execution and generation tool
## 📖 Usage All Rune targets are defined in `Rune.example` like so: ```yaml # Global information, name and version # Are required name: Rune version: 1.0.0 author: Safin Singh # Array of all goals goals: # Default goal runs when none are specified default: echo hi # An array of commands two: - echo hi - echo hi2 # An array of commands with messages # that are displayed in verbose mode three: - message: execute command cmd: - echo hello - echo hello2 - message: execute command cmd: - echo hello - echo hello2 ``` ## 👨💻 Author Linkedin: [Safin Singh](https://www.linkedin.com/in/safin-singh-b2630918a/)