Create a repo and project folder, then open up Visual Studio Code in the correct directory.
git clone "https://github.com/totaldebug/ProjectInitializerAutomation.git"
cd ProjectInitializerAutomation
pip install -r requirements.txtRight-click Computer, choose Properties or in Windows Control Panel, choose System.
Choose Advanced system settings.
On the Advanced tab, click Environment Variables.
Cick New to create a new environment variable.
create env vars :
> projects directory as - "mp"
> Github tocken as - "gt"
> Add the path to the ProjectInitializerAutomation to PATHCreate Repo and local folder:
create -Type <org/user> -Project <GitHub-User>/<project_name>Create local folder and init git:
create -Type <org/user> -Project <GitHub-User>/<project_name> -Local