generated from templates/typescript-library
readme
This commit is contained in:
parent
aa7272b0b4
commit
878592fbc6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user