No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
package.json
parser.ts
tsconfig.json
tslint.json

README.md

elm-documentation-parser

A parser for documentation from a folder with an elm-package.json in.

Installation

npm install --save elm-documentation-parser

Usage

readDocumentation("/home/noah/some-elm-project/elm-package.json")
.then((modules) => {
    // module information
});