diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-17 09:12:49 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-17 09:12:49 -0500 |
commit | 54e1231e4f34e3bcb9ccdbbd07565fe2538c5401 (patch) | |
tree | b3b3dd6ffe98d4b6da8ea758e1921ad884dea157 | |
parent | 5735c538b976d856606f857107e7a931fdcce1d2 (diff) |
update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,11 +23,15 @@ This is an experimental branch. | Command | Description | |----------- |------------ | | compile | Build project | +| do | | update <dep> | Update dep source | | shell | Run shell with project apps in path | | escriptize | Create escript from project | | release | Build release of project | | tar | Package release into tarball | +| new | | +| eunit | | +| ct | | ### Missing @@ -72,7 +76,6 @@ Example: init(State) -> State1 = rebar_config:add_provider(State, #provider{name = ?PROVIDER, provider_impl = ?MODULE, - provides = something, bare = false, deps = ?DEPS, example = "rebar something", |