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

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

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).

[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=discord&logoColor=white&labelColor=black&color=black)](https://discord.com/invite/TVafwaD23d) [![X](https://img.shields.io/badge/nikitavoloboev-100000?logo=X&color=black)](https://twitter.com/nikitavoloboev) [![nikiv.dev](https://img.shields.io/badge/nikiv.dev-black)](https://nikiv.dev)