erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Start script extensions #613

Closed lrascao closed 7 years ago

lrascao commented 7 years ago

Provide a mechanism that allows for the application to extend the list of commands available to be invoked from the start script. An application may be able to define a 'foo' extension that is associated with a 'foo_script' written and maintained by the application, (this association is kept in rebar.config), upon invocation of bin/ foo the 'foo_script' will then be invoked.

tsloughter commented 7 years ago

Ah nice, I've wanted this! :)