fast-html-cli
v1.0.8
Published
CLI to generate index.html file
Downloads
5
Readme
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.