@kkbank/points-system
v0.1.0
Published
Points system module for KKBank projects
Downloads
1
Readme
@kkbank/points-system
Points system module for KKBank projects.
Installation
``` npm install @kkbank/points-system ```
Usage
Import and use the points system services:
```typescript import { getPointsBalance, addPoints, deductPoints } from '@kkbank/points-system'; ```
Development
- Install dependencies: `npm install`
- Run tests: `npm test`
- Build: `npm run build`