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

https://github.com/vivaxy/git

💭Git operations.
https://github.com/vivaxy/git

git git-info node node-js npm

Last synced: 3 months ago
JSON representation

💭Git operations.

Awesome Lists containing this project

README

        

# @vivaxy/git

[![Build Status][travis-image]][travis-url]
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
[![Standard Version][standard-version-image]][standard-version-url]
[![Codecov][codecov-image]][codecov-url]

# Install

`npm i --save @vivaxy/git`

# Usage

```ts
import * as git from "@vivaxy/git";
```

# Prior Art

- [git-branch](https://www.npmjs.com/package/git-branch)
- [git-config-path](https://www.npmjs.com/package/git-config-path)
- [git-repo-name](https://www.npmjs.com/package/git-repo-name)
- [git-user-email](https://www.npmjs.com/package/git-user-email)
- [git-username](https://www.npmjs.com/package/git-username)
- [parse-git-config](https://www.npmjs.com/package/parse-git-config)

#

Project created by [create-n](https://github.com/vivaxy/create-n).

[travis-image]: https://img.shields.io/travis/vivaxy/git.svg?style=flat-square
[travis-url]: https://travis-ci.org/vivaxy/git
[npm-version-image]: https://img.shields.io/npm/v/@vivaxy/git.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@vivaxy/git
[npm-downloads-image]: https://img.shields.io/npm/dt/@vivaxy/git.svg?style=flat-square
[license-image]: https://img.shields.io/npm/l/@vivaxy/git.svg?style=flat-square
[license-url]: LICENSE
[standard-version-image]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg?style=flat-square
[standard-version-url]: https://github.com/conventional-changelog/standard-version
[codecov-image]: https://img.shields.io/codecov/c/github/vivaxy/git.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/vivaxy/git