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
🎭 Get random programming jokes in your terminal - instant mood booster for developers!
🚀 Quick Start
No installation needed! Just run:
npx dev-jokes-cliOr 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!
- Fork the repo
- Add your joke to
index.js - 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-cliconst { 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
🔗 Links
Made with ❤️ by developers, for developers
Keep coding, keep laughing! 😄