JSPM

@meheduz/dev-jokes-cli

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q54557F
  • License MIT

😂 Get random programming jokes in your terminal - instant mood booster for developers!

Package Exports

  • @meheduz/dev-jokes-cli
  • @meheduz/dev-jokes-cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@meheduz/dev-jokes-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

😂 dev-jokes-cli

npm version npm downloads License: MIT

🎭 Get random programming jokes in your terminal - instant mood booster for developers!

🚀 Quick Start

No installation needed! Just run:

npx dev-jokes-cli

Or install globally:

npm install -g dev-jokes-cli
dev-jokes

📸 Example Output

🎭 Dev Joke of the Moment:
──────────────────────────────────────────────────

Q: Why do programmers prefer dark mode?
A: Because light attracts bugs! 🐛

──────────────────────────────────────────────────
💡 Run again for another joke!

✨ Features

  • 🎲 25+ Programming Jokes - Fresh humor every time
  • 🎨 Colorful Output - Beautiful terminal UI with chalk
  • Lightning Fast - Instant jokes, zero delay
  • 📦 Zero Config - Works out of the box
  • 🔥 NPX Ready - No installation required
  • 💻 Cross-Platform - Works on macOS, Linux, Windows

🎯 Use Cases

  • Take a quick break during coding sessions
  • Lighten the mood during code reviews
  • Start team meetings with a laugh
  • Add to your terminal startup script
  • Share with fellow developers

🛠️ Commands

dev-jokes          # Show a random joke
dev-jokes --help   # Show help
dev-jokes --version # Show version

🤝 Contributing

Got a funny programming joke? We'd love to add it!

  1. Fork the repo
  2. Add your joke to index.js
  3. Submit a PR

Joke Guidelines:

  • Keep it clean and professional
  • Programming/tech related
  • Include an emoji for extra fun

📦 Installation as Dependency

npm install dev-jokes-cli
const { execSync } = require('child_process');
execSync('npx dev-jokes-cli', { stdio: 'inherit' });

🌟 Show Your Support

Give a ⭐️ if this project made you smile!

📄 License

MIT © Meheduzzaman


Made with ❤️ by developers, for developers

Keep coding, keep laughing! 😄