Giter VIP home page Giter VIP logo

vsn_transform's Introduction

vsn_transform

Erlang parse transform to add '-vsn' attributes from (e.g.) git

Using it

Add it to your rebar.config file, as follows:

{deps, [
    {vsn_transform, ".*",
        {git, "git://github.com/electricimp/vsn_transform.git"}}
]}.

{erl_opts, [
    {parse_transform, vsn_transform},
    {vsn_command, "git describe --tags"}
]}

Obviously, you can change the command as needed. You might want to use git rev-parse --short HEAD, for example.

At Electric Imp, we use a custom script that generates version strings that look like "138d21b - release-30.22 - Fri Oct 17 12:15:01 2014".

We specify it as follows:

    {vsn_command, "$BASE_DIR/git-vsn --friendly"}

...where BASE_DIR is an environment variable set in the top-level Makefile.

Did it work?

You can check it with the following:

lists:map(
    fun({Mod, Path}) ->
        Vsn = proplists:get_value(vsn, Mod:module_info(attributes)),
        {Mod, Vsn} 
    end, code:all_loaded()).

License

Apache 2.0

vsn_transform's People

Contributors

rlipscombe avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.