Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eeue56/elm-documentation-parser


https://github.com/eeue56/elm-documentation-parser

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# elm-documentation-parser

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

## Installation

```
npm install --save elm-documentation-parser
```

## Usage

```javascript

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

```