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 |