https://github.com/trudbot/npa-tool
开源的npm包依赖分析工具
https://github.com/trudbot/npa-tool
antv antvg6 cli nodejs package-analysis visualization
Last synced: 5 months ago
JSON representation
开源的npm包依赖分析工具
- Host: GitHub
- URL: https://github.com/trudbot/npa-tool
- Owner: trudbot
- License: mit
- Created: 2023-07-28T07:14:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T10:21:31.000Z (almost 2 years ago)
- Last Synced: 2025-11-01T01:17:33.484Z (8 months ago)
- Topics: antv, antvg6, cli, nodejs, package-analysis, visualization
- Language: TypeScript
- Homepage: https://trudbot.github.io/npa-tool/
- Size: 1.06 MB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.DEV.md
- License: LICENSE
Awesome Lists containing this project
README
# 开发npa-tool
npa-tool使用pnpm- Monorepo管理代码, 你需要满足`node >= 16`, `pnpm >= 8`
## How to Run
```shell
git clone git@github.com:trudbot/npa-tool.git
cd npa-tool
sh scripts/build.sh # any way to run this shell script.
```
## 调试前端
```shell
pnpm dev:cli
pnpm start
pnpm dev:ui
```
## 打包发布
**cli**
```shell
sh scripts/publish-build-cli.sh
cd packages/cli
pnpm publish
```
**core**
```shell
sh scripts/publish-build-core.sh
cd packages/core
pnpm publish
```