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

https://github.com/davidedaniel/node-git-utils


https://github.com/davidedaniel/node-git-utils

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### node-git-utils
---
[![CircleCI](https://circleci.com/gh/DavideDaniel/node-git-utils/tree/master.svg?style=svg)](https://circleci.com/gh/DavideDaniel/node-git-utils/tree/master)

Thank goodness for git. Just using git and exporting some handy functions for usage in node tools.

#### Install
```bash
$ npm install node-git-utils --save-dev
# or
$ yarn add node-git-utils -D
```