elm-documentation-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.4 • Public • Published

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

/elm-documentation-parser/

    Package Sidebar

    Install

    npm i elm-documentation-parser

    Weekly Downloads

    1

    Version

    0.0.1-alpha.4

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • eeue56