github-remove-forks 
Remove all forked repositories
Install
$ npm install --save github-remove-forks
Usage
var githubRemoveForks = require('github-remove-forks');
githubRemoveForks({token: '523ef691191'}, function (err, data) {
console.log('Successfully remove all forked repositories');
});
API
githubRemoveForks(options, callback)
options.token
Required
Type: string
Token to authenticate with. If you don't have a token you can generate a new one here.
callback(err, data)
Type: function
data
Type: array
An array containing all removed repositories.
CLI
$ npm install --global github-remove-forks
$ github-remove-forks --help
Usage
$ github-remove-forks --token 523ef69119
Options
-t, --token Github token to authenticate with
-v, --verbose Show detailed output
License
MIT © Kevin Mårtensson