# github-remove-forks **Repository Path**: mirrors_kevva/github-remove-forks ## Basic Information - **Project Name**: github-remove-forks - **Description**: Remove all forked repositories - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # github-remove-forks [![Build Status](https://travis-ci.org/kevva/github-remove-forks.svg?branch=master)](https://travis-ci.org/kevva/github-remove-forks) > Remove all forked repositories ## Install ``` $ npm install --save github-remove-forks ``` ## Usage ```js 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](https://github.com/settings/tokens/new). ## Related - [github-remove-all-releases](https://github.com/stevemao/github-remove-all-releases) - Remove all releases of a GitHub repo ## License MIT © [Kevin Mårtensson](https://github.com/kevva)