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
- Host: GitHub
- URL: https://github.com/danielmschmidt/backporter
- Owner: DanielMSchmidt
- License: mit
- Created: 2018-09-17T08:04:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T14:48:13.000Z (about 1 year ago)
- Last Synced: 2025-06-25T07:02:58.311Z (12 months ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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