Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh-conf/upstreamit
Add upstream for current github repository
https://github.com/gh-conf/upstreamit
forked gh-conf github repository upstream upstreaminit
Last synced: about 1 month ago
JSON representation
Add upstream for current github repository
- Host: GitHub
- URL: https://github.com/gh-conf/upstreamit
- Owner: gh-conf
- License: mit
- Created: 2019-05-20T16:44:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T12:38:52.000Z (over 2 years ago)
- Last Synced: 2024-11-29T20:57:16.779Z (about 1 month ago)
- Topics: forked, gh-conf, github, repository, upstream, upstreaminit
- Language: JavaScript
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# upstreamit
![Build](https://github.com/gh-conf/upstreamit/actions/workflows/nodejs.yml/badge.svg)
[![Github Repo Size](https://img.shields.io/github/repo-size/gh-conf/upstreamit.svg)](https://github.com/gh-conf/upstreamit)
[![LICENSE](https://img.shields.io/npm/l/@gh-conf/upstreamit.svg)](https://github.com/gh-conf/upstreamit/blob/master/LICENSE)
[![NPM Downloads](https://img.shields.io/npm/dt/@gh-conf/upstreamit.svg)](https://www.npmjs.com/package/@gh-conf/upstreamit)
[![NPM Version](https://img.shields.io/npm/v/@gh-conf/upstreamit.svg)](https://www.npmjs.com/package/@gh-conf/upstreamit)
[![Contributors](https://img.shields.io/github/contributors/gh-conf/upstreamit.svg)](https://github.com/gh-conf/upstreamit/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/gh-conf/upstreamit.svg)](https://github.com/gh-conf/upstreamit/commits/master)CLI tool to configure upstream from parent repository. This works only for forked repositories.
## Install
```
npm install @gh-conf/upstreamit -g
```## Usage
```js
$ upstreamit// ✔ Upstream Configured!!!
// ✖ Not a forked repository!!!
```## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/gh-conf/upstreamit/issues/new).Read our contributing [guide](CONTRIBUTING.md) to get started with contributing to the codebase.