Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score100%
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

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@difronzo/random-ye-quote

Import symbol

import * as random_ye_quote from "@difronzo/random-ye-quote";
or

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
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";