platinumthinker / rebar_fast_deps

Rebar plugin for fast update dependences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build:

make

Usage:

 fd help
 fd update (up) - For update rebar deps
 fd status (st) - Get status rebar deps
 fd save   (sa) - For create rebar.config.save with deps on current state
 fd load   (ld) - For load state from rebar.config.save
 fd log    (lg) - Show deps log
 fd branch (br) - list releases branches
 fd br release_2_14 --ignore folsom lagger - create branch without ignores app
 fd tag    (tg) - list tags
 fd tag 0.0.0.1 --ignore folsom lagger - create tag 0.0.0.1 without ignores app

About

Rebar plugin for fast update dependences

License:GNU General Public License v2.0


Languages

Language:Erlang 99.8%Language:Makefile 0.2%