https://github.com/hakonrossebo/elmdocs
Elm documentation helper - use this package from Elm Repl
https://github.com/hakonrossebo/elmdocs
documentation elm hoogle repl search
Last synced: over 1 year ago
JSON representation
Elm documentation helper - use this package from Elm Repl
- Host: GitHub
- URL: https://github.com/hakonrossebo/elmdocs
- Owner: hakonrossebo
- License: mit
- Created: 2018-09-10T08:09:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T20:22:24.000Z (about 5 years ago)
- Last Synced: 2025-01-22T19:22:12.906Z (over 1 year ago)
- Topics: documentation, elm, hoogle, repl, search
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/hakonrossebo/elmdocs/latest/
- Size: 4.18 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElmDocs
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.
[](https://dev.azure.com/hakonrossebodev/ElmDocs/_build/latest?definitionId=1)
## Usage
1. add the package to your project >elm install hakonrossebo/elmdocs
2. Start Elm repl >elm repl
3. run the help function to get suggestions on usage >help
## Available functions
* help
* getPackageInfo
* getPackageModuleValues
* search
* searchType
* getAllPackageModules
## Screenshot from REPL

## Todo
* 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.