0.0.1-alpha.4 • Published 6 years ago

elm-documentation-parser v0.0.1-alpha.4

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

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
});