Create HTML, CSS, and JS files with a ready-to-use boilerplate and a universal CSS rule.
curl -sSL https://raw.githubusercontent.com/ayusht9/web-dev-scripts/main/web_template.py | python- Clone the repository:
macOS / Linux:
git clone https://github.com/ayusht9/web-dev-scripts.git ~/web-templateWindows (PowerShell / CMD):
git clone https://github.com/ayusht9/web-dev-scripts.git %USERPROFILE%\web-template- Add the folder to your system PATH to run the script from anywhere:
On Windows:
Run setPath.ps1 with powershell

On macOS / Linux:
Add this line to your ~/.bashrc, ~/.zshrc, or ~/.profile:
export PATH="$PATH:~/web-template"Then reload your shell:
source ~/.bashrc- Run the script from anywhere:
web_template.py