1.5.1 • Published 12 months ago

create-new-html-app v1.5.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
12 months ago

create-new-html-app

NPM Version NPM Downloads NPM License Node Current npm bundle size Foobar2000

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/
        |-- README.md
        |-- CHANGELOG.md
        |-- .gitignore
        |-- .prettierrc
        |-- .vscode/
            |-- launch.json
            |-- settings.json
        |-- public/
            |-- index.html
        |-- src/
            |-- styles.css
            |-- script.js

If project-name contains illegal characters for a file name, they are replaced by valid characters.

If git is present on the user's system, a new repository is initialized within the project.

How to use

Temporary installation

It only installs the application temporarily and runs it immediately. It does not take up disk space and does not use global system variables.

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

Permanent installation

Allows you to use the application even offline.

npm install -g create-new-html-app

If the application is already installed globally you can use the alias cnha instead of its longer name:

cnha <project-name>
1.5.1

12 months ago

1.5.0

12 months ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago