Skip to content

oguzhan18/fast-html-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.