Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rjeczalik/ciexec

A command line tool for executing any CI configuration file (.travis.yml, .pulse.xml) like it was a shell script.
https://github.com/rjeczalik/ciexec

Last synced: about 2 months ago
JSON representation

A command line tool for executing any CI configuration file (.travis.yml, .pulse.xml) like it was a shell script.

Awesome Lists containing this project

README

        

## ciexec [![GoDoc](https://godoc.org/github.com/rjeczalik/ciexec?status.png)](https://godoc.org/github.com/rjeczalik/ciexec) [![Build Status](https://img.shields.io/travis/rjeczalik/ciexec/master.svg)](https://travis-ci.org/rjeczalik/ciexec "linux_amd64") [![Build Status](https://img.shields.io/travis/rjeczalik/ciexec/osx.svg)](https://travis-ci.org/rjeczalik/ciexec "darwin_amd64") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/ciexec.svg)](https://ci.appveyor.com/project/rjeczalik/ciexec "windows_amd64")

A command line tool for executing any CI configuration file (`.travis.yml`, `.pulse.xml`) like it was a shell script.

*Installation*

```
~ $ go get -u github.com/rjeczalik/ciexec
```

*Documentation*

[godoc.org/github.com/rjeczalik/ciexec](https://godoc.org/github.com/rjeczalik/ciexec)

## cmd/ciexec [![GoDoc](https://godoc.org/github.com/rjeczalik/ciexec/cmd/ciexec?status.png)](https://godoc.org/github.com/rjeczalik/ciexec/cmd/ciexec)

*Installation*

```
~ $ go get -u github.com/rjeczalik/ciexec/cmd/ciexec
```

*Documentation*

[godoc.org/github.com/rjeczalik/ciexec/cmd/ciexec](http://godoc.org/github.com/rjeczalik/ciexec/cmd/ciexec)