This Command Line Interface (CLI) helps you easily create HTML files. You can create a .html
file with just one command.
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
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
This project is licensed under the MIT License - see the LICENSE file for details.