https://github.com/restlessdesign/git-js
A Node.js library to interact with Git
https://github.com/restlessdesign/git-js
git javascript nodejs
Last synced: about 1 month ago
JSON representation
A Node.js library to interact with Git
- Host: GitHub
- URL: https://github.com/restlessdesign/git-js
- Owner: restlessdesign
- License: mit
- Created: 2016-07-11T06:15:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T15:56:10.000Z (almost 10 years ago)
- Last Synced: 2025-03-05T20:16:35.002Z (over 1 year ago)
- Topics: git, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/restlessdesign/git-js)
[](https://www.npmjs.com/package/git-js)

[](https://twitter.com/restlessdesign)
# git-js
A suite of methods used to interact with the Git CLI via Javascript
## Installation
Dependencies:
- Node >= 6.3.0
- npm >= 3.10.3
```bash
$ npm install git-js
```
## Usage
[View Example](https://gist.github.com/restlessdesign/028f6b85749152025f76362dcb79a362)
## License
MIT