@meheduz/dev-jokes-cli
v2.0.1
Published
Get random programming jokes in your terminal - instant mood booster for developers
Maintainers
Readme
dev-jokes-cli
Get random programming jokes from the internet in your terminal - instant mood booster for developers!
Quick Start
No installation needed! Just run:
npx @meheduz/dev-jokes-cliOr install globally:
npm install -g @meheduz/dev-jokes-cli
dev-jokes-cliExample Output
Fetching a fresh joke...
Dev Joke of the Moment:
──────────────────────────────────────────────────
Q: Why do programmers prefer dark mode?
A: Because light attracts bugs!
──────────────────────────────────────────────────
Run again for another joke!Features
- Live Internet Jokes - Fetches fresh jokes from Official Joke API
- Always Different - New joke every time you run it
- Colorful Output - Beautiful terminal UI with chalk
- Lightning Fast - Instant jokes, minimal 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-cli # Show a random joke
dev-jokes-cli --help # Show help
dev-jokes-cli --version # Show versionContributing
Contributions are welcome!
- Fork the repo
- Create your feature branch
- Submit a PR
Installation as Dependency
npm install @meheduz/dev-jokes-cliconst { execSync } = require('child_process');
execSync('npx @meheduz/dev-jokes-cli', { stdio: 'inherit' });Show Your Support
Give a star if this project made you smile!
License
MIT
Links
Made by developers, for developers
Keep coding, keep laughing!
