Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilicvane/dotgit
A simple git repository utility.
https://github.com/vilicvane/dotgit
Last synced: 20 days ago
JSON representation
A simple git repository utility.
- Host: GitHub
- URL: https://github.com/vilicvane/dotgit
- Owner: vilicvane
- Created: 2016-05-24T06:55:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T08:34:39.000Z (over 8 years ago)
- Last Synced: 2024-11-30T15:41:54.748Z (23 days ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotGit (.git)
A simple git repository utility.
## Install
```sh
npm install dotgit --save-dev
```## Usage
```ts
import git from 'dotgit';console.log(git.branch); // master
console.log(git.head); // c5275e52a7871f6d2fec5b27506d337c6939ffad
console.log(git.short); // c5275e5
```## License
MIT License.