# ilazy
**Repository Path**: markthree/ilazy
## Basic Information
- **Project Name**: ilazy
- **Description**: 一个通用的适合懒惰的人的交互包
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-01-18
- **Last Updated**: 2022-01-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: lazy, Nodejs, tool
## README
# ilazy
一个通用的适合懒惰的人的交互包
## features
- pnpm 的
- vitest 测试
- typescript 的
## Usage
### install
```shell
pnpm i
```
### test
```shell
pnpm test:watch
```
### build
```shell
pnpm build
```
### coverage
```shell
pnpm coverage
```