@kkbank/admin-tools
v0.1.0
Published
Admin tools module for KKBank projects
Downloads
1
Readme
@kkbank/admin-tools
Admin tools module for KKBank projects.
Installation
``` npm install @kkbank/admin-tools ```
Usage
Import and use the admin tools services:
```typescript import { getUserList, updateUserStatus, getSystemLogs } from '@kkbank/admin-tools'; ```
Development
- Install dependencies: `npm install`
- Run tests: `npm test`
- Build: `npm run build`