https://github.com/walrusjs/node-library
NodeJS工具链项目所需的核心库
https://github.com/walrusjs/node-library
Last synced: about 2 months ago
JSON representation
NodeJS工具链项目所需的核心库
- Host: GitHub
- URL: https://github.com/walrusjs/node-library
- Owner: walrusjs
- Created: 2021-02-19T03:42:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T08:54:55.000Z (about 3 years ago)
- Last Synced: 2025-03-22T23:02:48.281Z (about 2 months ago)
- Language: TypeScript
- Size: 629 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NodeJS工具链项目所需的工具库集合## ⌨️ 本地开发
本项目使用[pnpm](https://pnpm.js.org)做依赖管理,请先执行以下命令全局安装。
```bash
$ npm install -g pnpm
``````bash
# 克隆到本地
$ git clone https://github.com/walrusjs/node-library
# 切换到项目目录
$ cd node-library
# 安装依赖
$ pnpm install
```