文件名称:fripost-git:从 fripost.org 获取 git 存储库名称
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-23 12:58:03
JavaScript
fripost-git 从解析 git 存储库名称并返回数组中的名称。 如果用作 cli 工具,则将 git url 打印到 stdout。 用法 var fripost = require ( 'fripost-git' ) fripost ( function ( err , repos ) { repos . forEach ( function ( repo ) { console . log ( 'https://git.fripost.org/pub/' + repo ) } ) } ) https://git.fripost.org/pub/fripost-docs.git https://git.fripost.org/pub/fripost-meetings.git https://git.fripost.org/pub/fripost-prop
【文件预览】:
fripost-git-master
----.gitignore(14B)
----package.json(388B)
----index.js(610B)
----README.md(731B)