https://github.com/trinhminhtriet/tash
🚀 Tash – A fast, YAML-powered task runner for local & remote automation with SSH & Docker support.
https://github.com/trinhminhtriet/tash
automation bash cli devops orchestration remote-execution scripting task-runner yaml
Last synced: 11 months ago
JSON representation
🚀 Tash – A fast, YAML-powered task runner for local & remote automation with SSH & Docker support.
- Host: GitHub
- URL: https://github.com/trinhminhtriet/tash
- Owner: trinhminhtriet
- License: mit
- Created: 2025-04-01T06:19:53.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-01T14:38:01.000Z (11 months ago)
- Last Synced: 2025-04-01T14:38:16.741Z (11 months ago)
- Topics: automation, bash, cli, devops, orchestration, remote-execution, scripting, task-runner, yaml
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tash = task + bash
🚀 **tash** – A fast, YAML-powered task runner for local & remote automation with SSH & Docker support.
## 🚀 Installation
Download from [latest releases ](https://github.com/trinhminhtriet/gloc/releases)
## 💡 Usage
### Basic Usage
```sh
make build
ln -s $(pwd)/bin/tash /usr/local/bin/tash
tash --version
```
## 🤝 How to contribute
We welcome contributions!
- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m "feat: my new feature"`;
- Push to your branch: `git push origin my-feature`.
Once your pull request has been merged, you can delete your branch.
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.