JSPM

@meheduz/dev-jokes-cli

2.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q54515F
  • 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 from the internet in your terminal - instant mood booster for developers!

Quick Start

No installation needed! Just run:

npx @meheduz/dev-jokes-cli

Or install globally:

npm install -g @meheduz/dev-jokes-cli
dev-jokes-cli

Example 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 version

Contributing

Contributions are welcome!

  1. Fork the repo
  2. Create your feature branch
  3. Submit a PR

Installation as Dependency

npm install @meheduz/dev-jokes-cli
const { 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


Made by developers, for developers

Keep coding, keep laughing!