Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
madge的说明仅适用于 linux 系统(它需要 sudo 来设置命令行部分)。有没有办法在windows上运行它?
事实证明这很简单。要安装 madge:
npm install madge
然后为命令行设置它:
npm -g install madge
然后,您可以使用以下命令运行它:
madge
对于 typescript 生成 .js 文件,请执行以下操作:
madge -f amd -c .
你会得到循环报告。你需要“-f amd”。