all-repos:通过用户名获取所有github仓库

时间:2024-05-19 13:32:10
【文件属性】:

文件名称:all-repos:通过用户名获取所有github仓库

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-19 13:32:10

javascript api github-api node node-module

全部回购 通过用户名获取所有github仓库 安装 $ npm install all-repos --save 用法 const allRepos = require ( 'all-repos' ) ; allRepos ( 'banminkyoz' ) . then ( repos => { console . log ( repos ) ; } ) . catch ( error => { console . log ( error ) ; } ) ; /* Results: [ { name: 'neovim', fullName: 'banminkyoz/neovim', description: 'My neovim config XD', stars: '1', forks: 0, forkFrom: '',


【文件预览】:
all-repos-master
----.gitignore(12B)
----README.md(1009B)
----LICENSE(1KB)
----package.json(773B)
----index.js(3KB)
----test.js(326B)
----.travis.yml(80B)
----.editorconfig(178B)
----.npmrc(18B)

网友评论