https://github.com/davidedaniel/node-git-utils
https://github.com/davidedaniel/node-git-utils
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidedaniel/node-git-utils
- Owner: DavideDaniel
- License: mit
- Created: 2017-11-08T07:11:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T03:05:32.000Z (about 7 years ago)
- Last Synced: 2025-03-08T10:47:01.245Z (3 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### node-git-utils
---
[](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
```