Converts PL/SQL JavaDoc documentation to markdown This tool converts PL/SQL JavaDoc documentation to markdown. The markdown content is generated using customizable templates which leverage Handlebars for string substitution.
The purpose is to standardize PL/SQL documentation techniques and easily create markdown files which are automatically displayed in popular git repositories such as GitHub and BitBucket.
A demo can be found here and was not included in this file as it generates markdown. The OOS-Utils project leverages this tool and its documentation is generated using this.
To make it easier to use with your code, a set of JavaDoc templates have been provided.
- Recommended Docs
- MD docs folder
You only need once instance of PL/SQL to MD on your system as the configuration can handle multiple projects.
git clone https://github.com/OraOpenSource/plsql-md-doc
cd plsql-md-doc
npm install
By default a config.json
file is created. Review the config.json
docs before editing.
Go to the project folder
git fetch origin
git reset --hard origin/master
npm install
To run: node app <projectName>
.