Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.51 KB

upstream-core

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Configures upstream for a forked repository at the given directory path

Install

npm install @gh-conf/upstream-core

Usage

const upstream = require('@gh-conf/upstream-core');

await upstream('/home/arshad/upstream-core');

await upstream(process.cwd());

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here.

Read our contributing guide to get started with contributing to the codebase.

Related