https://github.com/crowdhailer/git_status
Compile time status of GIT repository for source code.
https://github.com/crowdhailer/git_status
Last synced: 3 months ago
JSON representation
Compile time status of GIT repository for source code.
- Host: GitHub
- URL: https://github.com/crowdhailer/git_status
- Owner: CrowdHailer
- Created: 2018-02-16T18:53:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T18:53:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-08T21:40:26.057Z (10 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitStatus
- [Install from hex.pm](https://hex.pm/packages/git_status)
- [Documentation available on hexdoc](https://hexdocs.pm/git_status)
- [Blog post](http://crowdhailer.me/2018-02-18/git-status-for-elixir-builds/)
`GitStatus` records information on the git status of a project at compile time.
It is useful for linking a running system to source code commits.
The status information is read at compile time because using releases will mean that the source code, and therefore git directory, is not present at runtime.