https://github.com/nickstenning/node-git
A direct port of schacon/ruby-git to the Node.js environment
https://github.com/nickstenning/node-git
Last synced: over 1 year ago
JSON representation
A direct port of schacon/ruby-git to the Node.js environment
- Host: GitHub
- URL: https://github.com/nickstenning/node-git
- Owner: nickstenning
- Created: 2010-07-31T16:48:14.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-01T14:14:51.000Z (almost 16 years ago)
- Last Synced: 2025-02-09T21:12:19.896Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-git
This is an attempt to make a direct(ish) port of Scott Chacon's [ruby-git](http://github.com/schacon/ruby-git) to the [Node.js](http://nodejs.org) environment.
## Nota Bene
It **does not work** at the moment, and is not even close do doing so. I have merely hacked together some scripts which have done much of the boring work of translating Scott's Ruby into Javascript.
## TODO
The first task is to translate the test suite into [Vows](http://vowsjs.org)-compatible code. Once we have a running (and failing) test suite, we can start to modify Scott's code into a form that passes the tests.
## Contributing
Your help is greatly appreciated. Please fork the repo and get to work on the tests!