lfe-deprecated / lfetool

DEPRECATED - See:
https://github.com/lfe-rebar3/
Other
61 stars 19 forks source link

Add new "build" top-level command #22

Open oubiwann opened 10 years ago

oubiwann commented 10 years ago

This could be used for:

Also, if build was supported, other commands could use them. For example, the REPL commands could take additional options:

This would provide users support for many different workflows.

oubiwann commented 10 years ago

Notes from duplicate issue #53:

Subcommands would specify what to compile:

Used in conjunction with

  1. a dependency/package definition and
  2. download capabilities, lfetool could compile these to a standard location.

Again, this would mean people wouldn't have to depend upon rebar; they'd only need one tool.

We could, of course, also provide support for rebar, we just wouldn't have to require it.