DEV Community

Cover image for Just Learned Go – Built My First CLI Tool! ⚡️
Satyajit Maity
Satyajit Maity

Posted on

Just Learned Go – Built My First CLI Tool! ⚡️

Hey everyone! I recently started learning the Go programming language, and I'm absolutely loving how fast and efficient it is for writing code!

To put my new skills into action, I built a fun little CLI project:
🎮 Pika CLI – A Pokémon-themed command line tool!

You can access it from : github

With this tool, you can:

🔊 Hear Pikachu say “PIKA PIKA!”

💃 Watch a dancing Pikachu in ASCII

😂 Get random Pikachu jokes

📘 Fetch info about any Pokémon (just use: pika -info pikachu)

📌 Plus, helpful options like --help and --version

I'm super excited to share this with you all! 🧡
It’s still a work-in-progress, so I’d love your feedback:

👉 What other features should I add?

Let me know your thoughts — I’m all ears like Pikachu! ⚡

Top comments (0)