Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T20:22:24.000Z (over 3 years ago)
- Last Synced: 2023-08-08T20:39:23.003Z (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.
[![Build Status](https://dev.azure.com/hakonrossebodev/ElmDocs/_apis/build/status/hakonrossebo.elmdocs)](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
![Image of REPL usage](https://raw.githubusercontent.com/hakonrossebo/elmdocs/master/ElmDocsScreenshot.png)
## 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.