# DevPage

## About
DevPage is a CLI tool to generate a personal developer portfolio website. It uses templates and user-provided data to create a static website showcasing your skills, projects, and more.

## Features
- Generate a personal portfolio website
- Customize with your own data
- Supports multiple programming languages and frameworks
- Includes sections for About Me, Projects, Skills, and more
- Uses TailwindCSS for styling
- Uses GitHub API for user repositories info

## Installation
To install DevPage, use npm:

```bash
# Stable version
npm install devpage -g
# Development version (unstable/untested)
npm install devpage@dev -g
```

## Usage
```bash
# Without NPX
devpage
# With NPX
npx devpage
```
You will be prompted to enter your details, such as your name, job title, programming languages, frameworks, and more.

## Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.

### License
The project is licensed under **GPL-3.0**, which allows you to share, modify the original project. Any modified version must be under the same license to keep the project open-source and free to everyone! 
- [More info here](https://www.gnu.org/licenses/gpl-3.0.html)

*The license is only applied to the code, not your generated website*