All Projects → kevva → Github Remove Forks

kevva / Github Remove Forks

Licence: mit
Remove all forked repositories

Programming Languages

javascript
184084 projects - #8 most used programming language

github-remove-forks Build Status

Remove all forked repositories

Install

$ npm install --save github-remove-forks

Usage

const githubRemoveForks = require('github-remove-forks');

githubRemoveForks({token: '523ef691191'}).then(data => {
	console.log('Successfully remove all forked repositories');
});

API

githubRemoveForks(options)

Returns a promise for an Array with the removed repositories.

options

token

Required
Type: string

Token to authenticate with. If you don't have a token you can generate a new one here.

Related

License

MIT © Kevin Mårtensson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].