Hex Docs Offline
Reading documentation offline is a nice feature. Here's a way to accomplish this in an Elixir Mix project.
$ cd your-mix-project
$ mix hex.docs fetch
$ mix hex.docs offline your-favorite-package
online
works, too.
Reading documentation offline is a nice feature. Here's a way to accomplish this in an Elixir Mix project.
$ cd your-mix-project
$ mix hex.docs fetch
$ mix hex.docs offline your-favorite-package
online
works, too.