DevPage

⚒ïļ A CLI tool to generate a personal developer portfolio website.
GitHub package.json dynamic NPM Downloads

TypeScript HTML TailwindCSS NPM

## 📕 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*