Based on the inspire Artisan command from Laravel.
deno install -fr https://deno.land/x/inspire/mod.ts
inspire
deno run https://deno.land/x/inspire/mod.ts
You can use the quotes in your library if needed:
// example.ts
import { quotes } from "https://deno.land/x/inspire/mod.ts";
console.log(quotes);
// Your code here...