An open API service indexing awesome lists of open source software.

https://github.com/sant123/inspire

Get an inspiring quote in Deno.
https://github.com/sant123/inspire

artisan inspire laravel philosophy quotes

Last synced: 4 months ago
JSON representation

Get an inspiring quote in Deno.

Awesome Lists containing this project

README

          

# inspire [![Deno](https://github.com/sant123/inspire/actions/workflows/deno.yml/badge.svg)](https://github.com/sant123/inspire/actions/workflows/deno.yml) [![](https://badgen.net/badge/Open%20with/Runme/5B3ADF?icon=https://runme.dev/img/logo.svg)](https://www.runme.dev/api/runme?repository=git%40github.com%3Asant123%2Finspire.git)

Based on the inspire Artisan command from
[Laravel](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Foundation/Inspiring.php).

## Installation

```sh { background=true }
deno install -fr https://deno.land/x/inspire/mod.ts
```

### Run it

```sh { background=true }
inspire
```

### Try it without installing

```sh { background=true }
deno run https://deno.land/x/inspire/mod.ts
```

## Usage

You can use the quotes in your library if needed:

```ts
// example.ts
import { quotes } from "https://deno.land/x/inspire/mod.ts";
console.log(quotes);
// Your code here...
```

## Credits

https://laravel.com/