An open API service indexing awesome lists of open source software.

https://github.com/markthree/ilazy

一个通用的适合懒惰的人的交互包
https://github.com/markthree/ilazy

Last synced: 7 months ago
JSON representation

一个通用的适合懒惰的人的交互包

Awesome Lists containing this project

README

          

# ilazy

一个通用的适合懒惰的人的交互包


## features

- pnpm 的
- vitest 测试
- typescript 的


## Usage

### install

```shell
pnpm i
```

### test

```shell
pnpm test:watch
```

### build

```shell
pnpm build
```

### coverage

```shell
pnpm coverage
```