readme
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 17s

This commit is contained in:
James Brumond 2023-08-26 18:37:46 -07:00
parent aa7272b0b4
commit 878592fbc6
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -6,7 +6,13 @@ In-memory caching/memoization utilities
## Install ## Install
```bash ```bash
# Update project npm config to refer to correct registry for the @js scope
echo '@js:registry=https://gitea.jbrumond.me/api/packages/js/npm/' >> ./.npmrc
npm install --save @js/memo npm install --save @js/memo
# optional - additional supporting typescript definitions
npm install --save-dev @js/types
``` ```
## Usage ## Usage