Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rjeczalik/ciexec
- Owner: rjeczalik
- License: mit
- Created: 2014-07-06T20:35:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T11:54:56.000Z (about 7 years ago)
- Last Synced: 2024-06-19T10:10:47.015Z (6 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)