Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 501 Bytes

README.DEV.md

File metadata and controls

33 lines (27 loc) · 501 Bytes

开发npa-tool

npa-tool使用pnpm- Monorepo管理代码, 你需要满足node >= 16, pnpm >= 8

How to Run

git clone git@github.com:trudbot/npa-tool.git
cd npa-tool
sh scripts/build.sh # any way to run this shell script.

调试前端

pnpm dev:cli
pnpm start <dir>
pnpm dev:ui

打包发布

cli

sh scripts/publish-build-cli.sh
cd packages/cli
pnpm publish

core

sh scripts/publish-build-core.sh
cd packages/core
pnpm publish