Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T04:57:26.000Z (over 6 years ago)
- Last Synced: 2024-10-29T04:21:45.711Z (2 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