1.0.14 β’ Published 4 months ago
html-awesome v1.0.14
html-awesome
HTML Awesome is a powerful and intuitive CLI tool designed to help developers quickly scaffold HTML projects. With just one command, you can generate boilerplate HTML, CSS, and JavaScript files, making it perfect for kickstarting your projects without the hassle of manual setup.
β¨ Features
- Quick Setup: Generate a new project with a single command.
- Customizable: Choose which files to include (
index.html
,style.css
,script.js
). - Optional Directories: Add
images
anddata
directories with a simple prompt. - Colorful Interface: Enjoy a visually appealing and interactive CLI experience.
- Lightweight: No unnecessary dependenciesβjust the files you need.
π How to Use
Installation
To get started, simply run the following command:
npx html-awesome project-name
Replace project-name
with the desired name for your project.
Use Case Example
Hereβs what happens when you run the tool:
β¨ Creating project: test-project at C:\Users\PC\Desktop\projects\CLI PROJECT\html-awesome\test-project
π¦ Installing dependencies...
β οΈ Dependencies installation skipped.
ββββββββββββββββββββββββββββββββ βββββββββ ββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββ βββββββββ ββββββββββββββββββββββββββββββββββββββββββββββββββββ
A magical tool to create HTML projects with a sprinkle of sparkles! β¨
π Welcome to the test-project project generator!
? π Select files to include: index.html, style.css, script.js
? πΌοΈ Do you want an ./images directory? Yes
? π Do you want an ./data directory? Yes
π Here's what you selected:
- Files: html, css, js
- ./images: Yes
- ./data: Yes
Project files and directories created successfully!
β Why Use HTML Awesome?
- No NPM Dependencies: HTML Awesome is lightweight and doesnβt require additional libraries.
- Efficiency: Save time by automating the setup of your HTML projects.
- Flexibility: Customize your project structure to suit your needs.
Enjoy using HTML Awesome to streamline your development workflow! π
π©βπ» Created By
This project was created by Rima Ali.
Check out my GitHub profile: rimagh19.