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.
- Host: GitHub
- URL: https://github.com/sant123/inspire
- Owner: sant123
- License: mit
- Created: 2023-03-29T03:59:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T02:21:18.000Z (over 2 years ago)
- Last Synced: 2025-06-22T11:05:28.052Z (4 months ago)
- Topics: artisan, inspire, laravel, philosophy, quotes
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inspire [](https://github.com/sant123/inspire/actions/workflows/deno.yml) [](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/