1.2.0 • Published 1 year ago
git-fusion v1.2.0
Git Fusion
A simple utility to fetch and store Git information such as the last commit details and current branch into a .GIT_FUSION
file in the project root. This package can be easily integrated into your build process.
Features
- Fetches last commit ID
- Fetches last commit message
- Fetches last commit author
- Fetches last commit timestamp
- Fetches current branch
Installation
Install git-fusion
:
yarn add -D git-fusion
npm install --save-dev git-fusion
Settings
Contributing
We're open to all community contributions! If you'd like to contribute in any way, please open Pull Request.