dls:列出程序包的依赖项并将其作为markdown文件输出

时间:2024-05-31 08:46:03
【文件属性】:

文件名称:dls:列出程序包的依赖项并将其作为markdown文件输出

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-31 08:46:03

JavaScript

dls 每当我查看一个软件包以了解它所依赖的软件包时,我都必须多次运行npm view来获取它们的含义。 很无聊,所以我写了这个小工具。 它可以列出程序包的依赖项列表,并将其作为markdown文件输出,然后我可以在markdown预览器中查看所有信息。 dls表示“ dependencies ls”,它列出了dependecies / devDependecies / OptionalDependecies。 但是,它不会递归列出所有依赖项。 用法 npm i -g dls # list the dependencies through the package.json in the current working directory dls # list the dependencies of a specified package dls express 注意: dls只能从n


【文件预览】:
dls-master
----.gitignore(199B)
----README.md(837B)
----bin()
--------cli2(3KB)
--------cli(2KB)
----package.json(562B)
----MIT-License(1KB)

网友评论