@difronzo/random-ye-quote@1.0.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
DiFronzo/random_ye_quoteWorks with
•JSR Score100%•This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers




Downloads97/wk
•Published2 years ago (1.0.2)
Generate a Kanye West quote using a cryptographically secure random number generator.
Random Ye Quote
Generate a Ye aka. Kanye West quote using a cryptographically secure random number generator.
Usage
import { randomYeQuote } from "jsr:@difronzo/random-ye-quote@1"; console.log(randomYeQuote()); // "All you have to be is yourself"
WTF is JSR!?
JSR is TypeScript first. You can publish a TypeScript package to JSR and import it without compilation or .d.ts files. Deno has always been able to run native TypeScript.
First join the waiting list on https://jsr.io. It takes about 3 minutes to be accepted.
JSR is backwards compatible with Node. You add the registry to .npmrc:
@jsr:registry=https://npm.jsr.io
And then use any Node package manager to install from JSR:
foo@bar:~$ npm install @jsr/difronzo__random-ye-quote
Built and signed on
GitHub Actions
Add Package
deno add jsr:@difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";
Import directly with a jsr specifier
import * as random_ye_quote from "jsr:@difronzo/random-ye-quote";
Add Package
pnpm i jsr:@difronzo/random-ye-quote
pnpm dlx jsr add @difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";
Add Package
yarn add jsr:@difronzo/random-ye-quote
yarn dlx jsr add @difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";
Add Package
vlt install jsr:@difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";
Add Package
npx jsr add @difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";
Add Package
bunx jsr add @difronzo/random-ye-quote
Import symbol
import * as random_ye_quote from "@difronzo/random-ye-quote";