Skip to content

ejaytc/python_project_automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Automation

The Python Project Automation will do the following execution.

  • Create new Github repository.
  • Copy the repository ssh url.
  • Create project folder with the assign directory.
  • Create README.md file
  • Execute the following commands: git init, git add ., git commit, git remote add orirgin <ssh url>, and git push
  • Then Open Visual Studio Code

References

Program Execution

You can execute program via

.\msps.ps1 create <project_name>

You can also directly execute command create in window powershell by Creating wndow profile.

Check Profile if already exist.

test-path $profile
  • Return False / True

Create Profile

New-Item -Path $profile -ItemType File

Open Profile with ISE.

  • The Windows PowerShell Integrated Scripting Environment (ISE)
ise $profile

By creating Windows PowerShell Profile this will allow to execute create command anywhere.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •