elm-docs

0.4.0 • Public • Published

elm-docs

📖 Markdown documentation generator for elm-make compatible projects

Example generated docs for wende/elchemy: https://gist.github.com/Baransu/26ce8e7c987f68f078a8e415a2601d3c

Usage

Install globally with you package manager of choice:

yarn global add elm-docs
# or 
npm install -g elm-docs

Then go into root of your elm-make project and use

elm-docs

By default output will be placed in DOCS.md file in your current directory. To specify custom output file you can use --output, -o flag and define your file of choice like that:

elm-docs --output DOCUMENTATION.md 

It will output documentation into DOCUMENTATION.md file in you current directory.

Licence

MIT © Tomasz Cichocinski

/elm-docs/

    Package Sidebar

    Install

    npm i elm-docs

    Weekly Downloads

    5

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    8.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • baransu