Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oguzhan18/fast-html-cli
- Owner: oguzhan18
- Created: 2024-01-03T22:14:36.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T07:26:58.000Z (12 months ago)
- Last Synced: 2024-05-17T06:50:33.796Z (8 months ago)
- Topics: cli, command, command-generator, html, html-generator, html-library, javascript, library, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fast-html-cli
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.