On Tue, Jun 14, 2016 at 10:58 PM, Rich Morin <[email protected]> wrote: > > The original posting asked for a way to "develop using the standard > set of packages available in mix" while "offline or working with very > low bandwidth availability". > > Could you suggest a way to do this using mix and hex commands? This > might allow the OP to evaluate what's available and perhaps set up a > workable solution before hitting the road... > > -r > > -- > http://www.cfcl.com/rdm Rich Morin [email protected] > http://www.cfcl.com/rdm/resume San Bruno, CA, USA +1 650-873-7841 > > Software system design, development, and documentation
As we've said, all packages you have fetched at some point will be cached on your computer so if don't have a network connection you can still use them in existing or new projects you are working on. But there are currently no features in Hex to download the entire set of 10000 packages, if you need that you need to build it yourself or send a PR to https://github.com/hexpm/hex. Here is the specification for the endpoints you need to fetch from in the repository https://github.com/hexpm/specifications/blob/master/endpoints.md. Here is the documentation for the registry so you know which was files to fetch https://github.com/hexpm/specifications/blob/master/registry.md. -- Eric Meadows-Jönsson -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAM_eapjy%3D9GZesUkPcihYp8iji8FeTpfwNEhLJkLJVHDaAM8jA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
