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

https://github.com/walrusjs/node-library

NodeJS工具链项目所需的核心库
https://github.com/walrusjs/node-library

Last synced: about 2 months ago
JSON representation

NodeJS工具链项目所需的核心库

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
```