Advertisement
krot

rebar3 window

Nov 26th, 2022 (edited)
2,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.26 KB | None | 0 0
  1. https://s3.amazonaws.com/rebar3/rebar3
  2. rebar3.cmd
  3. @echo off
  4. setlocal
  5. set rebarscript=%~f0
  6. escript.exe "%rebarscript:.cmd=%" %*
  7. REBAR_CACHE_DIR=C:\rebar3\lib
  8.  
  9. add rebar.config
  10. {plugins, [rebar3_hex]}.
  11.  
  12. rebar3 hex search cowboy
  13. rebar3 new app my
  14. rebar3 shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement