git.js

pure-Javascript Git implementation

Github星跟踪图

git.js

Daniel Lucraft
@danlucraft

A git implementation in pure JavaScript.

Has two clients:

  • a command-line node.js client,
  • and an in-browser repo API for accessing git through the HTTP protocol

Status

The command-line version currently implements:

  • git.js log (shows 10 commits)
  • git.js branch (listing local branches)
  • git.js show SHA (show object information)

The client side API implements:

  • creating an in-memory repo
  • fetching remote objects through the dumb or smart HTTP git protocols
  • browsing the object graph
  • creating HTML object diffs

Usage

To demo the in-browser repo viewer, install thin and run:

$ rake demo

Plans

  • package for npm
  • writing to repos: committing, branching
  • improving the client side API

DONE:

  • making it easy to run the included demo repo-viewer webapp

License

Released under the MIT License. See the LICENSE file for further details.

主要指标

概览
名称与所有者danlucraft/git.js
主编程语言JavaScript
编程语言Ruby (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2011-02-13 16:25:48
推送于2019-02-28 10:04:50
最后一次提交2011-06-25 23:29:03
发布数0
用户参与
星数1.3k
关注者数30
派生数79
提交数150
已启用问题?
问题数5
打开的问题数5
拉请求数0
打开的拉请求数1
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?