Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nfer/show-git-version

show git version
https://github.com/nfer/show-git-version

Last synced: 7 days ago
JSON representation

show git version

Awesome Lists containing this project

README

        

## show git version

## 使用
``` console
npm i show-git-version
```

``` javascript
// main.ts or main.js
import GitVersion from 'show-git-version';
GitVersion.trace();
```