FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built an open-source CLI tool that turns your developer portfolio into a terminal experience
How-ToWeb Development

I built an open-source CLI tool that turns your developer portfolio into a terminal experience

via Dev.to WebdevBiki Kalita10h ago

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

Read Full Article
0 views

Related Articles

The Quiet Advantage of Learning in Small, Practical Steps
How-To

The Quiet Advantage of Learning in Small, Practical Steps

Medium Programming • 3h ago

2. Readers-writers Problem
How-To

2. Readers-writers Problem

Medium Programming • 5h ago

The Part Nobody Could Scale
How-To

The Part Nobody Could Scale

Medium Programming • 6h ago

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.
How-To

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.

Medium Programming • 7h ago

Stop Watching Tutorials: The Real Way to Learn Coding Faster
How-To

Stop Watching Tutorials: The Real Way to Learn Coding Faster

Medium Programming • 8h ago

Discover More Articles