Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 414 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 414 Bytes

Gugu Forks

一个小脚本,可以检测我们有多少需要合并上游的仓库

运行需求

  • Node.js (基于v18.12.0编写)
  • pnpm (基于7.14.1,你也可以使用其他包管理器)

如何使用

克隆仓库,然后根据包管理器运行:

npm

npm install
npm run start

yarn

yarn install
yarn run start

pnpm

pnpm install
pnpm run start