/Boiler-Plate-JavaScript-file-for-web-development

By executing this javascipt file using node will made folders and files automatically.

Primary LanguageJavaScriptMIT LicenseMIT

Boiler Plate JavaScript file for web development

By executing this javascipt file using node will made folders and files automatically.

Note: Please use Prettier Code formatter to format Code in HTML file.

Steps to use this JavaScript file.

  • Copy the "boilerPlate.js" file in the folder where you want to create the Project folder.
  • Open Command Propmt or other Terminal.
  • Use node boilerPlate.js < Name of your Project >
  • for executing the file.

File stucture created by JS file.

flowchart TB
ProjectFolder --> css & images & js & indexFile["index.html"]
css-.->Style.css
js-.->App.js