
DevPage
âïļ A CLI tool to generate a personal developer portfolio website.
## ð 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.
## â
Supported inputs (langs, frameworks)
All supported inputs are available on the [docs](https://docs.danee.dev/docs/devpage/inputs)
## âïļ 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*