repo-exists:检查GitHub存储库是否存在

时间:2021-05-03 18:16:26
【文件属性】:
文件名称:repo-exists:检查GitHub存储库是否存在
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-03 18:16:26
JavaScript 再存在 检查GitHub存储库是否存在 有关CLI版本,请参阅 。 用法 $ npm install --save repo-exists const repoExists = require ( 'repo-exists' ) ; repoExists ( 'h5bp/html5please' , ( error , exists ) => { if ( error ) { throw error ; } console . log ( exists ) ; //=> true } ) ; 执照 麻省理工学院:copyright:
【文件预览】:
repo-exists-master
----index.js(262B)
----test.js(301B)
----package.json(609B)
----readme.md(445B)
----license(1KB)
----.gitignore(13B)
----.editorconfig(247B)
----.gitattributes(12B)

网友评论