Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 578 Bytes

new VSC Project script for mac

description

this simple script will create and open a new VS Code project with HTML, CSS and JS files with basic templtes as we learned in class.

Requirements

make sure the "code" commend is avalible in your terminal. https://code.visualstudio.com/docs/setup/mac

how to use:

  1. copy the script into the vsc folder.
  2. give it execute permissions, run: "chmod +x createProject.sh"
  3. run the script by typing: "./creatProject.sh"
  4. enter the desired folder name for the project.

this will open the new project and files in VSC.