Skip to content
rebar3 Plugin for the LFE REPL
Branch: master
Clone or download
Pull request Compare This branch is 6 commits ahead of lfe-rebar3:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
priv/images
src
.gitignore
.travis.yml
LICENSE
README.md
rebar.config
rebar.lock

README.md

lfe-repl

The LFE rebar3 REPL plugin

Contents

Build

$ rebar3 compile

Use

Add the required plugins and provider hooks to your rebar.config:

{plugins, [
  {'lfe-compile',
    {git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.4.0"}}},
  {'lfe-repl',
    {git, "https://github.com/lfe-rebar3/repl.git", {tag, "0.2.1"}}}
]}.

{provider_hooks, [
   {pre, [{compile, {lfe, compile}}]}
  ]}.

Then just call your plugin directly from your project directory:

$ rebar3 help lfe repl

The LFE rebar3 LFE REPL plugin.

Start an LFE REPL for a project with its dependencies preloaded, similar to
'lfe -pa ebin -pa deps/*/ebin' with support for -name and -sname parameters.
$ rebar3 lfe repl

LFE Shell V7.0 (abort with ^G)
>
You can’t perform that action at this time.