https://github.com/markthree/ilazy
一个通用的适合懒惰的人的交互包
https://github.com/markthree/ilazy
Last synced: 7 months ago
JSON representation
一个通用的适合懒惰的人的交互包
- Host: GitHub
- URL: https://github.com/markthree/ilazy
- Owner: markthree
- License: mit
- Created: 2022-01-18T15:18:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T11:36:42.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:08:15.631Z (over 1 year ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```