create-new-html-app

1.4.2 • Public • Published

create-new-html-app

NPM Version NPM Downloads NPM License Node Current npm bundle size

Sets up a simple HTML web app template by running one command.

Features

It asks for a project name (project-name) and creates the following structure:

|-- project-name/
    |-- HTML/
        |-- index.html
        |-- README.md
        |-- CHANGELOG.md
        |-- .gitignore
        |-- .prettierrc
        |-- .vscode/
            |-- launch.json
            |-- settings.json
        |-- public/
        |-- src/
            |-- styles.css
            |-- script.js

If git is available on your system, create-new-html-app initializes the git repository into the project.

How to use

npx create-new-html-app <app-name>

Package Sidebar

Install

npm i create-new-html-app

Weekly Downloads

67

Version

1.4.2

License

GPL-3.0-or-later

Unpacked Size

49.5 kB

Total Files

8

Last publish

Collaborators

  • thornduke