登录 注册
当前位置:主页 > 资源下载 > 9 > 实用程序licenses-utils:用于从项目中检测许可证

实用程序licenses-utils:用于从项目中检测许可证

  • 更新:2024-09-26 11:13:59
  • 大小:106KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

许可证实用程序 此节点包包含多个用于管理许可证的实用程序:检测、列表、... 如何安装? $ npm install licenses-utils 如何使用它? 包括图书馆: var licenses = require ( "licenses-utils" ) ; 从文件夹中检测 licenses . detectFolder ( "./project" , function ( err , license ) { } ) ; 从字符串中检测 var license = licenses . detect ( "..." ) ; 列出所有并返回一个特定的 var all = licenses . list ( ) ; var mit = licenses . get ( "mit" ) ;