Skip to content

antmelon/autoRepoCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Auto Project creator


Creates repository folder and initializes github repository

Requirements

  • Selenium

Installation

  1. Change line 6 of .my_commands.sh to point to your project directory
  2. Change line 9 of .my_commands.sh to include your github username
  3. Change lines 5, 14, and 16 of create.py to your project directory, github username, and github password
  4. Move both files to home directory and create pointer to .my_commands.sh
mv .my_commands.sh ~/
mv create.py ~/
cd ~/
chmod +x .my_commands.sh
  1. Add ~/.my_commands.sh to .bashrc or .zshrc

Usage

create Directory

test text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published