https://github.com/liamfiddler/phpdoc-to-githubwiki
Bash script to pull a GitHub repo, run PHPDoc, output the documentation as Markdown files, then push the documentation back to GitHub as a Wiki.
https://github.com/liamfiddler/phpdoc-to-githubwiki
Last synced: 2 months ago
JSON representation
Bash script to pull a GitHub repo, run PHPDoc, output the documentation as Markdown files, then push the documentation back to GitHub as a Wiki.
- Host: GitHub
- URL: https://github.com/liamfiddler/phpdoc-to-githubwiki
- Owner: liamfiddler
- Created: 2015-07-03T01:48:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T04:57:26.000Z (over 6 years ago)
- Last Synced: 2025-01-06T08:31:02.349Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPDoc to GitHub Wiki
Bash script to pull a GitHub repo, run PHPDoc, output the documentation as Markdown files, then push the documentation back to GitHub as a Wiki.## How to Run
1. Open *Terminal*
2. Run phpdoc-to-githubwiki.sh## Requirements
- Composer
- Git
- PHPDocumentor