An open API service indexing awesome lists of open source software.

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.

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.