https://github.com/markthree/node-shared
node相关的通用工具
https://github.com/markthree/node-shared
node shared
Last synced: 9 months ago
JSON representation
node相关的通用工具
- Host: GitHub
- URL: https://github.com/markthree/node-shared
- Owner: markthree
- License: mit
- Created: 2022-01-19T05:40:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T13:54:48.000Z (over 4 years ago)
- Last Synced: 2025-03-26T18:54:52.362Z (about 1 year ago)
- Topics: node, shared
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```