diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |