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

https://github.com/danielmschmidt/backporter

Backports PRs to older versions
https://github.com/danielmschmidt/backporter

Last synced: 12 months ago
JSON representation

Backports PRs to older versions

Awesome Lists containing this project

README

          

# backporter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

> Need to backport a bug fix to one or more older versions of your software? This CLI is for you!

## Installation

```sh
$ npm install --g backporter
```

## Usage

Run backporter on the PR branch of yours, select the versions you want to backport to and let the magic happen.

## License

MIT © [Daniel Schmidt](http://danielmschmidt.de)

[npm-image]: https://badge.fury.io/js/backporter.svg
[npm-url]: https://npmjs.org/package/backporter
[travis-image]: https://travis-ci.org/DanielMSchmidt/backporter.svg?branch=master
[travis-url]: https://travis-ci.org/DanielMSchmidt/backporter
[daviddm-image]: https://david-dm.org/DanielMSchmidt/backporter.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/DanielMSchmidt/backporter