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

https://github.com/markthree/node-shared

node相关的通用工具
https://github.com/markthree/node-shared

node shared

Last synced: 9 months ago
JSON representation

node相关的通用工具

Awesome Lists containing this project

README

          

# node-shared

node相关的通用工具


## features

- pnpm 的
- 开箱即用的
- typescript 的


## Usage

### install

```shell
pnpm i
```

### test

```shell
pnpm test

// or pnpm test:watch
```

### build

```shell
pnpm build

// pnpm build:watch
```

### coverage

```shell
pnpm coverage
```

### dev

```shell
pnpm dev
```