A small collection of scripts to automate development tasks.
Anyone can take these scripts, use them as-is, or modify them for personal projects.
- start-django-project.ps1 — Automatically opens a Django project in Explorer and VSCode, activates the virtual environment if it exists, and runs the Django server.
- Clone the repository
git clone https://github.com/kryptxnite/dev-tools.git- Navigate to the scripts folder
cd dev-tools\powershell- Run the script
.\start-django-project.ps1