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

https://github.com/ashcrow/abr

Always Be Releasing
https://github.com/ashcrow/abr

Last synced: 2 months ago
JSON representation

Always Be Releasing

Awesome Lists containing this project

README

        

# abr: Always Be Releasing
abr is a tool that allows developers to execute a series of commands for release
based on repository tagging.

## Install
```
$ git clone https://github.com/ashcrow/abr.git
$ cd abr
$ pip install .
```

## Simple Usage

See [the example](/example.yaml) release file as a guide.
```
$ abr /path/to/your/release/file.yaml
```