gitcreate:创建一个只有 usernamerepo 的 Github 存储库。 支持 CLI 和 Promises

时间:2024-07-15 23:30:16
【文件属性】:

文件名称:gitcreate:创建一个只有 usernamerepo 的 Github 存储库。 支持 CLI 和 Promises

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-15 23:30:16

JavaScript

gitcreate 创建一个只有username/repo的 Github 存储库。 支持 CLI 和 Promises。 v1.0.0 部分损坏,暂时使用 v0.0.4 安装 使用安装 $ npm install gitcreate -g $ gitcreate --help 用法 您还可以查看 ,更多示例用法 异步承诺示例 1 var gitcreate = require ( 'gitcreate' ) ; var options = { token : 'my super secret token' , name : 'username/reponame' , promise : true } gitcreate ( options ) . then ( console . log ) . catch ( console . error ) 异步回调


【文件预览】:
gitcreate-master
----.jshintrc(663B)
----.gitignore(603B)
----.jscsrc(3KB)
----package.json(2KB)
----Makefile(765B)
----bin()
--------cli.js(2KB)
----.travis.yml(267B)
----history.md(1KB)
----index.js(2KB)
----.jshintignore(320B)
----.coveralls.yml(44B)
----lib()
--------gitcreate.js(1KB)
----readme.md(5KB)
----.gitattributes(858B)
----license.md(2KB)
----test()
--------test.js(1KB)
----.editorconfig(595B)

网友评论