![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@depanlz/cli
Advanced tools
DepAnlz CLI
工具需要依赖于@depanlz/core
模块来进行工作,它为开发者实现依赖分析提供了更加方便的操作,可直接使用命令行命令来快速分析项目依赖。
::: code-group
$ npm install -D @depanlz/cli @depanlz/core
$ pnpm add -D @depanlz/cli @depanlz/core
$ yarn add -D @depanlz/cli @depanlz/core
:::
::: code-group
$ npx depanlz analyze
$ pnpm depanlz analyze
$ yarn depanlz analyze
:::
-V
, --version
通过该参数可以查看 @depanlz/cli
的版本
::: code-group
$ npx depanlz -V
$ pnpm depanlz -V
$ yarn depanlz -V
:::
-h
, --help
通过该参数可以查看 @depanlz/cli
的命令帮助
::: code-group
$ npx depanlz -h
$ pnpm depanlz -h
$ yarn depanlz -h
:::
-j
, --json
[file-path]通过该参数可以通过CLI生成一个项目依赖关系的JSON文件。
::: code-group
$ npx depanlz analyze -j
$ pnpm depanlz analyze -j
$ yarn depanlz analyze -j
:::
-w
, --web
[port]通过该参数可以通过CLI启动一个web server,同时通过echarts渲染可视化依赖关系图。
::: code-group
$ npx depanlz analyze -w
$ pnpm depanlz analyze -w
$ yarn depanlz analyze -w
:::
-h
, --help
通过该参数可以查看 analyze
命令的所有可选配置
::: code-group
$ npx depanlz analyze -h
$ pnpm depanlz analyze -h
$ yarn depanlz analyze -h
:::
FAQs
depanlz is a dependencies analyze tool
The npm package @depanlz/cli receives a total of 5 weekly downloads. As such, @depanlz/cli popularity was classified as not popular.
We found that @depanlz/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.