# node-shared
**Repository Path**: markthree/node-shared
## Basic Information
- **Project Name**: node-shared
- **Description**: node相关的通用工具
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-01-19
- **Last Updated**: 2022-01-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Nodejs, tool, shared
## 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
```