Python package to create x-hackweek github repository template.
Linux/OSX:
wget https://raw.githubusercontent.com/lsetiawan/pyhackweek/master/requirements.txt
wget https://raw.githubusercontent.com/lsetiawan/pyhackweek/master/requirements-dev.txt
conda create -n pyhackweek -c conda-forge --file requirements.txt --file requirements-dev.txt
source activate pyhackweek
pip install https://github.com/lsetiawan/pyhackweek.git
- Create a github organization.
- Ensure that you have owner permission to the organization.
- Install
pyhackweek
by following instruction above. - Activate the
pyhackweek
conda environment.source activate pyhackweek
- Create credential json file called
githubcred.json
with your github username and password.{ "username": "johndoe", "password": "mySupersecretPassword" }
- Run
create_repo
and follow the script instruction.create_repo githubcred.json