Skip to content

๐Ÿ“– Markdown documentation generator for elm-make compatible projects

License

Notifications You must be signed in to change notification settings

baransu/elm-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ“– Markdown documentation generator for elm-make compatible projects

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages