5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
234 stars 69 forks source link

Add rebar3 support, prepare for hex publishing #25

Closed liveforeverx closed 7 years ago

liveforeverx commented 8 years ago

Update to a new version as between 1.9 and publishing there are different changes happen.

This pull request provides changes for compiling with rebar3 (it doesn't break rebar 2 compiling), with adding rebar pc (port compiler) plugin and rebar3_hex plugin, which is needed for publishing.

For publishing on hex with rebar3:

rebar3 clean
rebar3 hex publish

Related issues: #20 and #24

whitfin commented 7 years ago

@liveforeverx what is left to do to get this in and on Hex? If there's something remaining I'd be glad to try and take it up - we need fs for something at work ;)

lpil commented 7 years ago

It would be great if we could get this merged in :)

liveforeverx commented 7 years ago

@zackehh : left is, to merge this pull request and that somebody, who has rights to publish this on hex, will publish it with 2 cli commands, that I have written. I have prepared all, what was possible, without having rights to hex repository..