Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 692 Bytes

Fast HTML CLI

This Command Line Interface (CLI) helps you easily create HTML files. You can create a .html file with just one command.

Installation

To use this CLI, you'll need Node.js installed. Then, in your terminal or command prompt, you can install the package globally by running:

npm install  fast-html-cli -g

Usage

After installing the CLI, you can create an .html file by typing the following command in your terminal or command prompt:

new file-name 

Replace file-name with the desired name for your file. For example:

new index

License

This project is licensed under the MIT License - see the LICENSE file for details.