Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@homer0/deferred
Small utility to create a deferred promise
@homer0/jimple
An extended version of the Jimple lib, with extra features
@homer0/path-utils
A utility service to manage paths on a project
@homer0/package-info
Gets the content of the project's package.json
@homer0/root-file
Import or require a file for the project root
@homer0/object-utils
A small collection of utility methods to work with objects.
@homer0/env-utils
A simple service to avoid calling process.env on multiples places
@homer0/events-hub
A simple implementation of a pubsub service for handling events
@homer0/simple-config
Simple configuration management for your projects.
@homer0/simple-logger
A small service to log messages in the console
@homer0/deep-assign
Deep merge (and copy) of objects and Arrays using native spread syntax
@homer0/simple-storage
A service that allows you to build functionalities that relay on browser storage
@homer0/extend-promise
Extends a promise with custom properties
@homer0/api-utils
A few utilities to work with APIs.
@homer0/fs-cache
Small cache utility that uses the file system and supports TTL
@homer0/error-handler
Captures uncaught exceptions and unhandled rejections in order to log them to the console