node-git-server:Node用Node.js编写的可配置git服务器

时间:2024-02-24 10:10:36
【文件属性】:

文件名称:node-git-server:Node用Node.js编写的可配置git服务器

文件大小:158KB

文件格式:ZIP

更新时间:2024-02-24 10:10:36

nodejs git utility server GitJavaScript

节点git服务器 :ferris_wheel: 用Node.js编写的可配置git服务器 会有 :dragon_face: 这里! 该API和功能仍处于固定状态,在1.0.0版本之前的任何内容都可能会发生更改。 安装 npm install node-git-server 用法 简单 const path = require ( 'path' ) ; const Server = require ( 'node-git-server' ) ; const repos = new Server ( path . resolve ( __dirname , 'tmp' ) , { autoCreate : true } ) ; cons


【文件预览】:
node-git-server-master
----.gitignore(105B)
----.eslintrc(192B)
----package.json(1KB)
----.travis.yml(368B)
----.tryitout(1KB)
----LICENSE(1KB)
----index.js(39B)
----CHANGELOG.md(2KB)
----jsdoc.json(588B)
----README.md(5KB)
----example()
--------certificate.pem(692B)
--------index.js(2KB)
--------privatekey.pem(887B)
----.eslintignore(27B)
----lib()
--------util.js(6KB)
--------http-duplex.js(18KB)
--------service.js(6KB)
--------git.js(16KB)
----TODO.md(35B)
----docs()
--------main.js(165B)
--------krayon.min.js(1KB)
--------code()
--------krayon.css(179B)
--------index.html(191KB)
----test()
--------util.js(2KB)
--------http-duplex.js(5KB)
--------fixtures()
--------git.js(28KB)

网友评论