/make-repos-private

Basic node.js script to set all my github repositories private.

Primary LanguageJavaScript

make-repos-private

Installation

At first, you need to download the repository locally using git clone

git clone https://github.com/moisesduartem/make-repos-private -b main

To execute the requests easily, this project depends on axios.

So, installing the package.json dependencies it’s required with the following command

npm install

Usage

node index.js [username] [github_api_token]

Useful links