文件名称:gitify:用于创建远程github存储库并向其中添加和推送内容的工具
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-27 11:02:49
JavaScript
搅动 用于创建远程github存储库并向其中添加和推送内容的工具。 var gitify = require ( 'gitify' ) ; // change user and password to match your github account to see it in action gitify ( { user : 'joe' , password : 'secret' , repo : 'foo' // if no repo is given, the current folder name is used } , function ( err ) { if ( err ) return console . error ( 'err: ' , err ) ; console . log ( 'Success' )
【文件预览】:
gitify-master
----.jshintrc(265B)
----.gitignore(97B)
----package.json(985B)
----bin()
--------gitify.js(556B)
----.travis.yml(48B)
----LICENSE(1KB)
----index.js(678B)
----README.md(1KB)
----example()
--------create-foo-for-joe.js(370B)
----lib()
--------init-repo.js(1007B)
--------create-repo.js(840B)
--------credentials.js(859B)
--------repo.js(116B)
--------uris.js(302B)
----test()
--------init-repo.js(2KB)
--------fixtures()