git.js

pure-Javascript Git implementation

  • 所有者: danlucraft/git.js
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

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 08:25:48
推送於2019-02-28 02:04:50
最后一次提交2011-06-25 16:29:03
發布數0
用户参与
星數1.3k
關注者數32
派生數79
提交數150
已啟用問題?
問題數5
打開的問題數5
拉請求數0
打開的拉請求數1
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?