# node-lib-template
**Repository Path**: markthree/node-lib-template
## Basic Information
- **Project Name**: node-lib-template
- **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-02-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: template, Nodejs, TypeScript
## README
# node-lib-template
开箱即用的 node 库模板
## features 🦕
- pnpm 的
- vitest 测试
- 开箱即用的
- 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
```
### release
```shell
pnpm release
```
### play
```shell
pnpm play
```
## License
Made with [name](https://github.com/name)
Published under [MIT License](./LICENSE).