@ma.vu/joke
v1.0.0
Published
Get a random joke from the terminal
Readme
joke
Get a random joke from the terminal
Installation
# npm
npm install -g @ma.vu/joke
# pnpm
pnpm add -g @ma.vu/joke
# bun
bun add -g @ma.vu/joke
# or run directly
npx @ma.vu/jokeUsage
joke [options]Options
| Option | Short | Description |
|--------|-------|-------------|
| --help | -h | Show help |
| --version | -v | Show version |
Philosophy
- Zero runtime dependencies
- Single-file distribution via esbuild
- Pure Node.js, no transpilation needed
LLM Context
See llm.txt for AI-friendly project context.
License
ISC
