endokken

0.3.0 • Public • Published

Endokken Build Status Dependency Status

Generates HTML documentation for your Atom package from AtomDoc comments in your code and your GitHub project's own Markdown files.

Command-Line Interface

You can simply run the endokken command from the root directory of your Atom package and it will generate HTML documentation in the ./docs directory.

$ endokken

Endokken also supports the following command-line options:

  • --extension [EXT] Adds the given extension to all generated documentation files. Defaults to no extension for REST-like purity.
  • --metadata [FILENAME] Dumps the AtomDoc metadata to the file name you provide or api.json if no filename is given.
  • --help Displays command-line help

Acknowledgements

Endokken was originally envisioned as YARD for Atom packages. As such, Endokken owes a lot of its inspiration and ideas to YARD and its author Loren Segal.

Copyright

Copyright © 2014-2015 by Lee Dohm and Lifted Studios. See LICENSE for details.

Readme

Keywords

none

Package Sidebar

Install

npm i endokken

Weekly Downloads

1

Version

0.3.0

License

none

Last publish

Collaborators

  • lee-dohm