CLI tool to initialize project with plain HTML, CSS and JS boilerplate.
Create a project folder and execute the following command inside the folder.
npx create-simple-html
You can provide your custom filenames using the terminal input or use the default values.
NOTE:
If you're using LiveServer extension to create a server, any name besides index
for the HTML file will not be recognized as the entry point.