登录 注册
当前位置:主页 > 资源下载 > 5 > 检查GitHub仓库是否包含许可证:gh-repo-has-license

检查GitHub仓库是否包含许可证:gh-repo-has-license

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

资源介绍

gh-repo-has-license 检查GitHub存储库是否具有许可证 安装 $ npm install gh-repo-has-license 用法 const ghRepoHasLicense = require ( 'gh-repo-has-license' ) ; ghRepoHasLicense ( 'Knutakir/btc-value-cli' ) . then ( result => { console . log ( result ) ; // => true } ) ; ghRepoHasLicense ( 'https://github.com/Knutakir/btc-value-cli' ) . then ( result => { console . log ( result ) ; // => true } ) ;