https://github.com/tjx666/find-similar-packages
find function similar packages in pnpm monorepo project
https://github.com/tjx666/find-similar-packages
cli
Last synced: 4 months ago
JSON representation
find function similar packages in pnpm monorepo project
- Host: GitHub
- URL: https://github.com/tjx666/find-similar-packages
- Owner: tjx666
- License: mit
- Created: 2023-01-30T16:47:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:54:54.000Z (10 months ago)
- Last Synced: 2024-12-17T04:49:11.031Z (4 months ago)
- Topics: cli
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# find-similar-packages

find function similar packages in pnpm monorepo project
## Install
```sh
pnpm install -g @yutengjing/find-similar-packages
```## Usage
```sh
Usage: find-similar-packages [options] /path/to/pnpm/monorepo/projectRootOptions:
-i, --ignore a regexp to specify which packages should be ignore
-c, --concurrency concurrency count to check packages (default: "50")
-V, --version output the version number
-h, --help display help for command
```> **Note**
> For Chinese users, you need to set proxyexample output:
```txt
@vueuse/core vue vue-demi
await-to-js bluebird
pinia vue
qs query-string
axios vue vue-router
add dayjs
axios bluebird lodash
@handsontable/vue handsontable
abortcontroller-polyfill axios
exceljs handsontable xlsx
file-saver omggif
jszip pako
jsqr qrcode-reader
@babel/runtime vue
```