Skip to content

cooolinho/ProjectInitializationAutomation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

git clone "https://github.com/cooolinho/ProjectInitializationAutomation.git"
cd ProjectInitializationAutomation
pip install -r requirements.txt
touch .env
Then open the .env file and store your username, password, and desired file destination. Use the provided format at the bottom of this README.
source ~/.my_commands.sh

Usage:

Command to run the program type

create <project_name> <private/public>

Env File Format:

GITHUB_TOKEN="tokenxyz"
FILEPATH="/path/to/your/project/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.0%
  • Shell 9.3%
  • Batchfile 5.7%