# @sidekick/git-helpers

> git helpers that work with the git CLI. Probably only useful if you've got the same constraints as SK: x-platform without native deps

Latest version **1.2.0** (published 2016-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sidekick/git-helpers
pnpm add @sidekick/git-helpers
yarn add @sidekick/git-helpers
bun add @sidekick/git-helpers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2016-07-15 |
| First published | 2016-03-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.12.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tim Ruffles |
| Maintainers | rishson, sidekick, timruffles |
| Keywords | git |

## Links

- npm: https://www.npmjs.com/package/@sidekick/git-helpers
- Repository: https://github.com/sidekickcode/sidekick-git-helpers
- Homepage: https://github.com/sidekickcode/sidekick-git-helpers#readme
- Issues: https://github.com/sidekickcode/sidekick-git-helpers/issues
- npm.io page: https://npm.io/package/@sidekick/git-helpers

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^3.10.1
- [bluebird](https://npm.io/package/bluebird.md) ~2.9.14

## Recent versions

- 1.2.0 (latest) — 2016-07-15
- 1.1.1 — 2016-07-15
- 1.1.0 — 2016-07-15
- 1.0.1 — 2016-03-18

## README

# sidekick-git-helpers

[![Build Status](https://travis-ci.org/sidekickcode/sidekick-git-helpers.svg?branch=master)](https://travis-ci.org/sidekickcode/sidekick-git-helpers)

git helpers that work with the git CLI. Probably only useful if you've got the same constraints as SK: x-platform without native deps.

Promise based API;

## Installation

```sh
npm install --save sidekick-git-helpers
```

## Usage

```sh
var helpers = require("sidekick-git-helpers");

helpers.findRootGitRepo(process.cwd())
.then((r) => console.log(`the enclosing git repo is: ${r}`))
.catch((e) => console.error(e));
```

---
_Source: https://npm.io/package/@sidekick/git-helpers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
