获取存储库URL
从NPM软件包名称获取GitHub存储库URL。
请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。
安装
使用安装:
$ npm install --save get-repository-url
用法
const repoUrl = require ( 'get-repository-url' ) ;
// takes a callback
repoUrl ( 'generate' , function ( err , url ) {
console . log ( url ) ;
//=> 'https://github.com/gener
评论0
最新资源