dmy / elm-doc-preview

Elm offline documentation previewer
https://www.npmjs.com/package/elm-doc-preview
Other
128 stars 15 forks source link

Allow to browse the package dependencies documentation from local cache #10

Closed rlefevre closed 5 years ago

rlefevre commented 5 years ago

It is currently possible to browse manually a locally cached package documentation:

$ elm-doc-preview ~/.elm/0.19.0/package/elm/html/1.0.0/

However as the local cache contains each dependency once elm make has been run, it could be possible to allow to browse offline the package dependencies documentation directly from the web interface.

Once this is done, support to browse an application dependencies documentation could eventually be added.

rlefevre commented 5 years ago

Implemented by 4f41fe3240c9cfa2a7dc69ed3ba7dea1e29fe69f.