- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.nodegit.org/
- 软件文档: http://www.nodegit.org/guides/
软件介绍
NodeGit 是 libgit2 的 Node.js 绑定版本。
示例代码:
var Git = require("nodegit");
//clone
Git.Clone("http://git.oschina.net/ld/J2Cache.git", "tmp").then(function(repository) {
});
//open
Git.Repository.open("tmp").then(function(repository) {
});
The Shallows
Nicholas Carr / W. W. Norton & Company / 2010-6-15 / USD 26.95
"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!
