Skip to content

samq-ws/massreposetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

massreposetup

Usage

  • Create a new github organization
  • Set the following environment variables
export GITHUB_USER=my-github-username
export GITHUB_TOKEN=my-github-token
export GITHUB_ORG=my-github-organization

Download and run the script

git clone https://github.com/samq-ws/massreposetup.git && cd massreposetup && chmod +x setup.sh
./setup.sh

For ease of use, a docker container is recommended unless git is already installed on your machine

docker run --name test -i -d ubuntu:latest
docker exec -it test bash

apt update && export DEBIAN_FRONTEND=noninteractive && apt install -y git curl nano unzip zip jq

git config --global credential.helper 'cache --timeout=3600'
git config --global user.email "your-email"
git config --global user.name "your-name"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages