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.
- Host: GitHub
- URL: https://github.com/vivaxy/git
- Owner: vivaxy
- License: mit
- Created: 2017-04-11T12:10:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T06:16:53.000Z (11 months ago)
- Last Synced: 2025-02-08T07:04:40.404Z (4 months ago)
- Topics: git, git-info, node, node-js, npm
- Language: TypeScript
- Homepage: https://github.com/vivaxy/git
- Size: 640 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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