
I built an open-source CLI tool that turns your developer portfolio into a terminal experience
Ever wanted your developer portfolio to feel like a real hacker terminal? I just open-sourced own-term — a framework that lets any developer showcase their portfolio directly in the terminal, runnable with a single npx command. npx own-term What it does 🎨 6 built-in themes — dark, light, hacker, neo, dracula, nordic 💻 5 prompt styles — git, time, dashboard, minimal, cyberpunk 📦 Interactive project browser — pick a project, see details, open in browser ⚡ Skills with progress bars — or simple pill-style tags 🔌 Plugin system — extend with custom commands ✅ Zero config to start — works out of the box How to create your own Create a termfolio.config.ts : export default { name : " Your Name " , title : " Full-Stack Developer " , theme : " dark " , promptStyle : " git " , links : { github : " https://github.com/yourusername " , email : " you@example.com " }, projects : [ { name : " My Project " , desc : " Something awesome " , repo : " https://github.com/you/project " , tags : [ " react " , "
Continue reading on Dev.to Webdev
Opens in a new tab




