Installation
Installation is stupid easy, as it's just a small layer on top of PacletInstall
. The instructions are also on every page, and this is copied directly from the MeshTools page:
<< https://paclets.github.io/PacletServer/Install.wl
PublicPacletInstall["MeshTools"]

You can also install directly using PacletInstall
from the Repository cache:
PacletInstall[
"ImportMesh",
"Site" -> "http://raw.githubusercontent.com/paclets/Repository/master"
]

The former simply provides a nice layer for people to specify alternate download locations, which can be helpfull.