erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Read `build_tools` from .app data and show more metadata #47

Closed waisbrot closed 8 years ago

waisbrot commented 8 years ago

Read from the build_tools key, if it's present, or default to [<<"rebar3">>] if it's not.

Print the description, maintainers, licenses, links, and build tools when prompting the user about publishing the package.

Closes #36

waisbrot commented 8 years ago

I added the printing because I recently published a package (https://hex.pm/packages/dogstatsde) and it doesn't have any build tools listed. I can see, though, that <<"rebar3">> is being sent, so I'm not sure if that's a Hex problem.

tsloughter commented 8 years ago

Great, thanks!