Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 645 Bytes

File metadata and controls

29 lines (20 loc) · 645 Bytes

Dev-Tools 🛠️✨

A small collection of scripts to automate development tasks.
Anyone can take these scripts, use them as-is, or modify them for personal projects.


⚡ PowerShell Scripts

  • 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.

🚀 Usage

  1. Clone the repository
git clone https://github.com/kryptxnite/dev-tools.git
  1. Navigate to the scripts folder
cd dev-tools\powershell
  1. Run the script
.\start-django-project.ps1