ricardopedias/freep-docmap

Simple Markdown file interpreter, which adds a navigation menu on every page

v1.0.1 2022-08-24 17:07 UTC

This package is auto-updated.

Last update: 2024-04-26 21:21:19 UTC


README

PHP Version License Codacy Badge Codacy Badge

English Português

Sinopse

Docmap is a tool that generates a navigation menu in markdown-based documentation. It is very useful to facilitate navigability and add more professionalism to the documentation of repositories or libraries.

composer require ricardopedias/freep-docmap

Below is an example of the menu that Docmap draws in documents:

◂ Mono mono Back to index Nom monon ▸

To use, just install and run in Terminal:

// install the package
$ composer require ricardopedias/freep-docmap

// interpret 'src-docs' directory and save to 'docs'
$ vendor/bin/docmap -s src-docs -d docs

For detailed information, see Documentation Summary.

Characteristics

  • Made for PHP 8.0 or higher;
  • Codified with best practices and maximum quality;
  • Well documented and IDE friendly;
  • Made with TDD (Test Driven Development);
  • Implemented with unit tests using PHPUnit;
  • Made with ❤️ & ☕.

Credits

Ricardo Pereira Dias