Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 990 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 990 Bytes

inspire Deno

Based on the inspire Artisan command from Laravel.

Installation

deno install -fr https://deno.land/x/inspire/mod.ts

Run it

inspire

Try it without installing

deno run https://deno.land/x/inspire/mod.ts

Usage

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...

Credits

https://laravel.com/