gh-repo-has-license:检查GitHub存储库是否具有许可证

时间:2021-05-15 19:33:07
【文件属性】:
文件名称:gh-repo-has-license:检查GitHub存储库是否具有许可证
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-15 19:33:07
github nodejs repository checker license 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 } ) ;
【文件预览】:
gh-repo-has-license-main
----.travis.yml(54B)
----index.js(3KB)
----test.js(1KB)
----package.json(931B)
----index.test-d.ts(240B)
----.eslintrc.json(938B)
----LICENSE(1KB)
----index.d.ts(562B)
----.gitignore(884B)
----.npmrc(19B)
----README.md(944B)

网友评论