Skip to content

leosilvadev/avrodoc-plus

This branch is 16 commits ahead of, 4 commits behind ckatzorke/avrodoc-plus:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2018
Sep 12, 2018
Oct 19, 2019
May 27, 2013
Oct 19, 2019
Apr 13, 2021
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Nov 9, 2012
Oct 14, 2012
Apr 21, 2021
Oct 18, 2019
Oct 19, 2019
Sep 18, 2018

Repository files navigation

avrodoc-plus

DEPRECATION NOTICE - USE mobimeo/avrodoc-plus

This library is not maintained anymore, use https://github.com/mobimeo/avrodoc-plus instead.


avrodoc-plus is a documentation tool for Apache Avro schemas.
This project originates from https://github.com/ept/avrodoc and https://github.com/ckatzorke/avrodoc-plus, which are great, but received no further updates.

Usage

npm install --global @leosilvadev/avrodoc-plus | yarn add global @leosilvadev/avrodoc-plus
avrodoc-plus -i source -o out.html

Options

  • -i sourcefolder
    Pass in a source folder that will recursively parsed and crawled for avsc files
  • -o outputfile
    The file where the generated doc should be written to
  • -s external stylesheet less file
    Your own less file, used to override specific style of your generated page

Enhancements

  • support for input folders
  • support of schema/type search (search by namespace and/or schema/type)

About

Documentation tool for Avro schemas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.8%
  • Less 24.2%