Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbrashears5/typescript-cache-helper
Typescript Cache Helper
https://github.com/kbrashears5/typescript-cache-helper
cache helper javascript typescript
Last synced: 2 months ago
JSON representation
Typescript Cache Helper
- Host: GitHub
- URL: https://github.com/kbrashears5/typescript-cache-helper
- Owner: kbrashears5
- License: mit
- Created: 2020-08-02T20:57:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T21:06:02.000Z (7 months ago)
- Last Synced: 2024-11-06T21:04:35.661Z (2 months ago)
- Topics: cache, helper, javascript, typescript
- Language: TypeScript
- Homepage: https://github.com/kbrashears5/typescript-cache-helper#readme
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
typescript-cache-helper
[![CI/CD](https://github.com/kbrashears5/typescript-cache-helper/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/kbrashears5/typescript-cache-helper/actions/workflows/ci-cd.yml)
[![codecov](https://codecov.io/gh/kbrashears5/typescript-cache-helper/branch/master/graph/badge.svg?token=QDX7Z7TDN4)](https://codecov.io/gh/kbrashears5/typescript-cache-helper)
[![npm](https://img.shields.io/npm/v/typescript-cache-helper)](https://img.shields.io/npm/v/typescript-cache-helper)
[![Downloads](https://img.shields.io/npm/dt/typescript-cache-helper)](https://img.shields.io/npm/dt/typescript-cache-helper)## Installation
```
npm i typescript-cache-helper@latest -g
```## Usage
```typescript
const cacheHelper = new CacheHelper(['cache-name'], 300);cacheHelper.Add('cache-name', 'key', { 'key', 'value' });
```## Development
Clone the latest and run
```npm
npm run prep
```to install packages and prep the git hooks