erlef / rebar3_hex

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

A better TLDR of what's rebar3_hex [skip ci] #334

Closed joeljuca closed 6 months ago

joeljuca commented 6 months ago

Given that Rebar3 provides built-in support for a limited set of features related to Hex, and there has been multiple cases of confused developers looking to use rebar3_hex for basic usage (aka.: no package publishing), I reworded the first paragraph (TLDR) of what is the project – along with a note of when it's required.

_"The rebar3hex plugin is required for publishing packages only. (...)"
@tsloughter. https://github.com/erlef/rebar3_hex/issues/333#issuecomment-1971076725

Closes #333