ML
Size: a a a
ML
DF
DF
ML
ŹR
DR
rebar_test
rebar3 help new
Create rebar3 project based on template and vars.
Valid command line options:
<template> [var=foo,...]
See available templates with: `rebar3 new help`
rebar3 new help
. Просто help new - ничего не говорит.
Call `rebar3 new help <template>` for a detailed description
app (built-in): Complete OTP Application structure.
rebar3 new help app
app:
built-in template
Description: Complete OTP Application structure.
Variables:
name="mylib" (Name of the OTP application)
Creates a new Elixir project. It expects the path of the project as argument.
mix new PATH [--app APP] [--module MODULE] [--sup] [--umbrella]
DR
DR
DR
application:get_all_key(meck).
{ok,[{description,"A mocking framework for Erlang"},
{id,[]},
{vsn,"0.9.2"},
{modules,[meck,meck_args_matcher,meck_code,meck_code_gen,
meck_cover,meck_expect,meck_history,meck_matcher,meck_proc,
meck_ret_spec,meck_util]},
{maxP,infinity},
{maxT,infinity},
{registered,[]},
{included_applications,[]},
{applications,[kernel,stdlib,tools,compiler]},
{env,[]},
{mod,[]},
{start_phases,undefined}]}
VS
DR
IK
DR
DR
DR
AL
ŹR
DR
rebar3 compile
===> Verifying dependencies...
===> Upgrading meck v0.8.2
===> Analyzing applications...
===> Compiling meck
===> Compiling _build/default/lib/meck/src/meck_code_gen.erl failed
_build/default/lib/meck/src/meck_code_gen.erl:182: erlang:get_stacktrace/0 is deprecated and will be removed in OTP 24; use use the new try/catch syntax for retrieving the stack backtrace
for DEP in deps/*/rebar.config ; do sed -ibak s/warnings_as_errors/report_warnings/g $$DEP; done
ŹR