Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashadansari/gola
Gola is a Golang tool for automated scripting purpose
https://github.com/rashadansari/gola
automation golang script scripting terminal tool
Last synced: 3 months ago
JSON representation
Gola is a Golang tool for automated scripting purpose
- Host: GitHub
- URL: https://github.com/rashadansari/gola
- Owner: RashadAnsari
- License: apache-2.0
- Created: 2021-07-09T13:34:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T14:06:40.000Z (over 2 years ago)
- Last Synced: 2024-06-20T09:13:10.966Z (8 months ago)
- Topics: automation, golang, script, scripting, terminal, tool
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gola
[![Build Status][1]][2]
Gola is a Golang tool for automated scripting purpose.
## How To Install
You can find the install script here.
## Example
### Configuration
```yaml
commands:
- name: mysql
cmd:
path: "mysql"
args:
- "-u"
- "rashad"
- "-h"
- "127.0.0.1"
env:
- "MYSQL_PWD=pass"
```### Usage
```bash
gola run mysql
```[1]: https://img.shields.io/drone/build/RashadAnsari/gola.svg?style=flat-square&logo=drone
[2]: https://cloud.drone.io/RashadAnsari/gola