Deprecado
NiceReadme permite crear hermosa documentación en html y pdf basandose en archivos Markdown
v0.4.2 stable
- Exportación a HTML
- Exportación a PDF
Software bajo licencia MIT
- PHP => 5.3
- Composer
cd /var/www
git clone https://github.com/mostofreddy/nicereadme.git
cd nicereadme
composer install
"require": {
"php": ">=5.3.0",
"mostofreddy/nicereadme": "0.*",
}
php nicereadme --target=/var/www/nicereadme/README.md --output=/var/www/nicereadme/doc --exportto=pdf --title="Documentation of NiceReadme" --filename="nicereadme" --copyright="Mostofreddy"