Skip to content

Instantly share code, notes, and snippets.

@Dzol
Created October 16, 2018 15:17
Show Gist options
  • Save Dzol/a1d9171ef1c619aea9d99b65be89669f to your computer and use it in GitHub Desktop.
Save Dzol/a1d9171ef1c619aea9d99b65be89669f to your computer and use it in GitHub Desktop.
0x

0x

We all know what Hex is. Todd Resudek: https://www.youtube.com/watch?v=cbCnTKVLuu8

Question Hint Answer
Where do we put Hex configuration? Under project/0 in a Mix file
What's goes into the search text The package name + description
What kind of version system do we use? Semantic: see the document
What package data is searchable? The name + description
What else in a Hex package is part of it that we might not consider? The dependency list
What's one attribute you did not know about that we can set in a package? The organisation
What Hex command will list all the version numbers we care about? mix hex.info
How much (package) detail can we get w/ Hex? We can go down to the version number
What alternative is there to searching on the site? mix hex.search
How can u reduce some of the WWW navigation to find package documentation? There is a mix hex.docs online <package name>
How can we get documentation downloaded for a project? mix hex.docs fetch
How can we see documentation w/o a WWW connection? mix hex.docs offline
When might a Hex configuration be important? When we have a mirror set up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment