/Batch-Scripts

Some Utility based batch scripts for windows

Primary LanguageBatchfile

Batch-Scripts

Some Utility based batch scripts for windows

pythonenv.bat

Automate the following things

  • Check for python installation
  • Setup Project workdir
  • Create virtualenv inside the project dir
  • Activate the virtualenv

clone_repo.bat

Automate the following things

  • Ask for git remote origin
  • Setup Project workdir
  • clone the contents in the workdir
  • open the workdir in vscode

deploy_heroku.bat

Automate the following things

  • Check for heroku installation
  • Check for heroku app created or not
  • Create app and set heroku remote origin
  • Push all the content to the heroku origin and deploy the app

Status

Work is under progress. More batch scripts for simple tasks will be added regularly here!!