1.0.0-beta.1 • Published 6 months ago
devpage v1.0.0-beta.1
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:
# Stable version
npm install devpage -g
# Development version (unstable/untested)
npm install devpage@dev -g
Usage
# 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!
The license is only applied to the code, not your generated website
1.0.0-beta.1
6 months ago