Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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