3 releases
Uses old Rust 2015
0.1.3 | Jun 23, 2017 |
---|---|
0.1.2 | Jun 23, 2017 |
0.1.1 | Jun 12, 2017 |
#15 in #searching
38KB
146 lines
elmdoc
So you want to do some Elm but you're on the train, or without Internet somehow. How do you read all the docs for the packages you're using? Elmdoc. That's how.
Installation
(This will no doubt be easier when this is released properly, but for now...)
- Get you a Rust installed
- Clone this repository
cargo install
-- now you have anelmdoc
Usage
- Open a terminal in your Elm project (this will only work if you have downloaded packages with elm-package - i.e. there is a directory called
elm-stuff
in your project) elmdoc pair
-- This should print out the docs for theRandom.pair
function
Dependencies
~0.6–1.1MB
~23K SLoC