Skip to content

ayusht9/web_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-template

Create HTML, CSS, and JS files with a ready-to-use boilerplate and a universal CSS rule.


Run directly using curl

curl -sSL https://raw.githubusercontent.com/ayusht9/web-dev-scripts/main/web_template.py | python

Run locally using Git

  1. Clone the repository:

macOS / Linux:

git clone https://github.com/ayusht9/web-dev-scripts.git ~/web-template

Windows (PowerShell / CMD):

git clone https://github.com/ayusht9/web-dev-scripts.git %USERPROFILE%\web-template
  1. Add the folder to your system PATH to run the script from anywhere:

On Windows:

Run setPath.ps1 with powershell

 ![image](image.png)

image

On macOS / Linux:

Add this line to your ~/.bashrc, ~/.zshrc, or ~/.profile:

export PATH="$PATH:~/web-template"

Then reload your shell:

source ~/.bashrc
  1. Run the script from anywhere:
web_template.py

About

Automatically creates and links HTML, CSS, and JavaScript files

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors