summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2015-03-04 12:23:23 -0800
committerPierre Fenoll <pierrefenoll@gmail.com>2015-03-06 17:27:47 -0800
commit2d3a0ebe213a4c6c004eb2986606f4a9e979cd62 (patch)
tree38356e068d472706b64ab796406de3ec5adcec30 /README.md
parentbc5d1cb155ad99d6e605cc80952bd34d8a3de17e (diff)
Add escriptize provider and a minimal test
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index f74d920..171f4ff 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ limit scope.
| dialyzer | Run the Dialyzer analyzer on the project |
| edoc | Generate documentation using edoc |
| eunit | Run eunit tests |
+| escriptize | Generate escript of project |
| help | Print help for rebar or task |
| new | Create new rebar project from templates |
| pkgs | List available packages |
@@ -49,13 +50,6 @@ limit scope.
| version | Print current version of Erlang/OTP and rebar |
| xref | Run cross reference analysis on the project |
-### Commands still to do
-
-| Command | Description |
-|----------- |------------ |
-| escriptize | Generate escript of project |
-
-
### Changes
* Fetches and builds deps if missing when running any command that relies on them