iquety/docmap
最新稳定版本:v2.0.2
Composer 安装命令:
composer require iquety/docmap
包简介
Simple Markdown file interpreter, which adds a navigation menu on every page
关键字:
README 文档
README
| 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 iquety/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:
// 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.3 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
统计信息
- 总下载量: 2.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-28