github-remove-forks
github-remove-forks copied to clipboard
Remove all forked repositories
trafficstars
github-remove-forks 
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
- github-remove-all-releases - Remove all releases of a GitHub repo
License
MIT © Kevin Mårtensson