Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🍎🍐
- Host: GitHub
- URL: https://github.com/antonvasin/orchard
- Owner: antonvasin
- License: mit
- Created: 2023-05-21T15:16:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T22:39:44.000Z (5 months ago)
- Last Synced: 2024-08-06T01:32:15.814Z (5 months ago)
- Topics: deno, typescript, utils, zero-dependency
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)