Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://s3.amazonaws.com/rebar3/rebar3
- rebar3.cmd
- @echo off
- setlocal
- set rebarscript=%~f0
- escript.exe "%rebarscript:.cmd=%" %*
- REBAR_CACHE_DIR=C:\rebar3\lib
- add rebar.config
- {plugins, [rebar3_hex]}.
- rebar3 hex search cowboy
- rebar3 new app my
- rebar3 shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement