https://github.com/skarab42/reactive
https://github.com/skarab42/reactive
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skarab42/reactive
- Owner: skarab42
- License: mit
- Created: 2024-10-17T04:08:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T04:10:00.000Z (10 months ago)
- Last Synced: 2025-02-08T23:27:46.581Z (8 months ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# @skarab/reactive
## Installation
```bash
pnpm add @skarab/reactive
```## Usage
```ts
import { api } from '@skarab/reactive';console.log(api.life); // 42
```---
Scaffolded with [@skarab/skaffold](https://www.npmjs.com/package/@skarab/skaffold)