Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nfer/show-git-version
- Owner: nfer
- Created: 2021-09-07T01:37:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T07:08:40.000Z (over 2 years ago)
- Last Synced: 2024-09-21T19:45:03.792Z (about 2 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```