Skip to content

A simple script to create project files and folders for a basic web-page.

License

Notifications You must be signed in to change notification settings

therayvoice/web-dev-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web-dev-init

A simple script to create project files and folders for a basic HTML, CSS, JS web-page.

There are 2 scripts, a .sh script for linux users, and a .bat script for windows users. Just put the script in the directory where you want to create a project folder, double click the script to execute it and you work is done.

You may want to make the .sh file executable with the command: "chmod +x web-dev-init.sh"

All files are linked already, and has some basic code inside them.

The folder structructure goes like this:

. myWeb
├── _assets
├── main.css
├── index.js
└── index.html

About

A simple script to create project files and folders for a basic web-page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published