weblica
Version:
One-click HTML/CSS/JS website generator
61 lines (41 loc) • 1.12 kB
Markdown
# Weblica
Create websites with one click using predefined templates.
## Installation
```bash
npx weblica
```
## Features
- Multiple website categories (portfolio, business, tech)
- Easy-to-use CLI interface
- Pure HTML, CSS, and JavaScript templates
- Random template selection from chosen category
- Automatic website name integration
## Usage
1. Run the command:
```bash
npx weblica
```
2. Follow the prompts:
- Enter your website name
- Choose a website category
3. Your website will be generated in a new directory named after your website name.
## Available Categories
- Portfolio
- Business
- Tech
## Template Structure
Each template is built with:
- Pure HTML
- CSS
- JavaScript
No external dependencies or frameworks are required to run the generated websites.
## Contributing
To add new templates:
1. Create a new folder in the appropriate category directory
2. Include the following files:
- index.html
- style.css
- script.js
3. Use {{websiteName}} placeholder where you want the website name to appear
## License
ISC