create-html-site
This package creates a simple HTML template to get started with your HTML project.
https://github.com/npm-pratik/html-js-css
The template is sourced from Github repo available athttps://git-scm.com/downloads
Git is needed to run this package installation. It can be downloaded fromYou can get started using the following set of commands:
npx create-html-site your-site-name
The command creates a copy of latest available boilerplate code inside the folder you named.
e.g. npx create-html-site JohnDoe
will create a folder named JohnDoe
and clone the template inside it.
cd your-site-name
Use this command to navigate to the created folder.
The file structure is as follows:
root
|_ index.html
|_ scripts
|_ index.js
|_ styles
|_index.css