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

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.

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.