Elm-help, a tool to read packages docs from the command line

Hey folks,

I just released elm-help, a tool designed to let you read package documentation from the command line. Get it here: http://github.com/eeue56/elm-help

Additionally, if you install elm-bash-completion, it’ll auto-complete package names for you!

19:58:28 01002018

12 Likes

Awesome @eeue56 ! Let’s give it a try this week :slight_smile:

I added optional syntax highlighting!

23%3A05%3A56%2001002018

9 Likes

I just published an update to elm-help which allows you to look up docs for your local packages. It’ll look for any value with a {-| -} style comment, using the elm-package.json in your current directory in order to find Elm files in the current project.

01%3A45%3A48%2001002018

2 Likes