Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonvasin/orchard

Collection of small TS utils for everyday use 🍎🍐
https://github.com/antonvasin/orchard

deno typescript utils zero-dependency

Last synced: 3 months ago
JSON representation

Collection of small TS utils for everyday use 🍎🍐

Awesome Lists containing this project

README

        

# orchard

Collection of TypeScript utils for everyday use. Written in Deno to be simple
and without external dependencies. These functions are small and don't share too
much code so they can easily be extracted into codebase or modified.

This is an eclectic collection of code that don't follow coherent topic. Mostly
it's code that is useful for my projects or code that I don't want to write
twice.

> NPM/Node treated as necessary evil so this code is compiled with `dnt` into
> ESM modules.

## Refs

- [How to use private modules in Deno](https://deno.com/[email protected]/linking_to_external_code/private)
- [How to publish NPM packages with Deno](https://deno.com/blog/dnt-oak)