royge / rmforks

Delete github forked repos using API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmforks

Go

Delete github forked repos using API

Installation

Using go get

$ go get github.com/royge/rmforks

After successful install the binary will be inside $GOPATH/bin directory.

From source

NOTE: Requires go 1.10.

  1. Clone repo

    $ git clone https://github.com/royge/rmforks.git
    
  2. Install vgo

    $ go get -u golang.org/x/vgo
    
  3. Build

    $ cd rmforks
    $ CC=gcc vgo build
    
  4. How to use

    Copy/rename config.json.dist to config.json and provide your github username and access token.

    Run

    $ ./rmforks
    

TODO

Create repo package tests.

About

Delete github forked repos using API

License:MIT License


Languages

Language:Go 100.0%