The intention with this project is to provide offline docs to be used in Elm Repl. By importing this package into the REPL, you can search for all available Elm packages offline.
The project consist of an Elm package to be used in REPL and a F# project to download all latest packages to a cache. The package is generated with the latest packages frequently and hopefully on a daily basis soon.
- add the package to your project >elm install hakonrossebo/elmdocs
- Start Elm repl >elm repl
- run the help function to get suggestions on usage >help
- help
- getPackageInfo
- getPackageModuleValues
- search
- searchType
- getAllPackageModules
- Automate creation of packages to ElmDocs package daily
- Refactoring and improvements
- Help, contributions and suggestions wanted, this is experimental on this stage. Functions and results can change.