An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/restlessdesign/git-js.svg?branch=master)](https://travis-ci.org/restlessdesign/git-js)
[![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000)](https://www.npmjs.com/package/git-js)
![MIT License](https://img.shields.io/npm/l/git-js.svg)
[![Twitter](https://img.shields.io/badge/Twitter-@restlessdesign-gray.svg?style=flat)](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