Module ec_git_vsn

This provides an implementation of the ec_vsn for git.

Copyright © 2011 Erlware, LLC.

Behaviours: ec_vsn.

Authors: Eric Merritt (ericbmerritt@gmail.com).

Description

This provides an implementation of the ec_vsn for git. That is it is capable of returning a semver for a git repository see ec_vsn see ec_semver

Data Types

t()

t() = {}

Function Index

new/0
vsn/1

Function Details

new/0

new() -> t()

vsn/1

vsn(Data::t()) -> {ok, string()} | {error, Reason::any()}


Generated by EDoc, May 1 2024, 06:09:58.