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

https://github.com/kivs/deno-daily

Library to help discover and learn about the Deno standard library
https://github.com/kivs/deno-daily

deno

Last synced: 2 months ago
JSON representation

Library to help discover and learn about the Deno standard library

Awesome Lists containing this project

README

          

# Daily Deno Standard library topic

> A Deno standard library topic a day keeps the Dinossaur away.

![Usage screenshot](./screenshot.png)

A little tool that helps you discover the
[deno standard library](https://github.com/denoland/deno_std)

## How to use

### By installing as a script

```bash
deno install --name deno-daily --allow-read --allow-write --allow-env https://raw.githubusercontent.com/kivS/deno-daily/main/main.ts

# then we can run it as a script
deno-daily
```

### By running directly

```bash
deno run --allow-read --allow-write --allow-env https://raw.githubusercontent.com/kivS/deno-daily/main/main.ts
```