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
- Host: GitHub
- URL: https://github.com/kivs/deno-daily
- Owner: kivS
- Created: 2022-07-05T00:41:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T17:47:17.000Z (over 3 years ago)
- Last Synced: 2025-05-19T16:16:17.475Z (about 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Deno Standard library topic
> A Deno standard library topic a day keeps the Dinossaur away.

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