https://github.com/nikitavoloboev/deno
Deno libraries and other code
https://github.com/nikitavoloboev/deno
deno
Last synced: 10 months ago
JSON representation
Deno libraries and other code
- Host: GitHub
- URL: https://github.com/nikitavoloboev/deno
- Owner: nikitavoloboev
- License: mit
- Created: 2023-03-02T15:21:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T12:24:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T06:09:02.149Z (12 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Deno
> Deno libraries and other code
This repo is exploring use of [Deno](https://deno.com/).
Main repo with TS code I mostly run with [Bun](https://bun.sh/) is [here](https://github.com/nikitavoloboev/ts).
[Exported libraries](https://deno.land/x/nikiv/lib) to use from [Deno.land](https://deno.land) are found in [lib](lib).
## File structure
- [lib](lib) - Deno libraries
- [src](src) - testing out Deno code
- [main.ts](src/main.ts) - use file to run code quickly
## Setup
Everything is driven using [Deno tasks](https://deno.land/manual/tools/task_runner).
## Run
```
deno task dev
```
Runs: `deno run --watch -q -A --unstable src/main.ts`
## Publish libraries
> TODO:
## Contribute
Always open to useful ideas or fixes in form of issues or PRs.
Can [open new issue](../../issues/new/choose) (search [existing issues](../../issues) first) or [start discussion](../../discussions).
It's okay to submit draft PR as you can get help along the way to make it merge ready.
Join [Discord](https://discord.com/invite/TVafwaD23d) for more indepth discussions on this repo and [others](https://github.com/nikitavoloboev#src).
### 🖤
[Support on GitHub](https://github.com/sponsors/nikitavoloboev) or look into [other projects](https://nikiv.dev/projects).
[](https://discord.com/invite/TVafwaD23d) [](https://twitter.com/nikitavoloboev) [](https://nikiv.dev)