Packages/jokes

jokes

v1.0.2general

Classic programmer jokes and random humor generator for NextViper applications.

nextviper add jokes
Download .nvpkg (2 KB)

jokes

A lightweight collection of classic programmer jokes, witty computing one-liners, and developer humor for NextViper applications.


📦 Installation

Add \jokes\ to your \nextviper.toml\ dependencies using the NextViper package manager:

\\\`bash

nextviper add jokes

\\\`

Or add manually:

\\\`toml

[dependencies]

jokes = "^1.0.0"

\\\`


🚀 Usage

\\\`nextviper

import jokes

// Get a random joke

let joke = jokes.get_random_joke()

print("Random Joke:", joke)

// Retrieve full catalog of jokes

let all_jokes = jokes.list_jokes()

for j in all_jokes {

print("- " + j)

}

// Get specific joke by index

let joke_3 = jokes.tell_joke(3)

print("Joke 3:", joke_3)

\\\`


📜 License

MIT License. Crafted with humor for the NextViper developer ecosystem.

Package Metadata

Downloads4
LicenseMIT
Versions3 published
Authornuratix
Last UpdatedAug 15, 2026
SHA-256 Checksum
f613f560aaff331048a0da9b2386c009d31376165d2f448d11e4c5d91a7c6d42