Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oguzhan18/fast-html-cli

Command Creating File Generator CLI
https://github.com/oguzhan18/fast-html-cli

cli command command-generator html html-generator html-library javascript library nodejs

Last synced: about 2 months ago
JSON representation

Command Creating File Generator CLI

Awesome Lists containing this project

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:

```bash
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:

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

```bash
new index
```

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