All Projects → OraOpenSource → Plsql Md Doc

OraOpenSource / Plsql Md Doc

Licence: mit
Converts PL/SQL JavaDoc documentation to markdown

Labels

PL/SQL to Markdown Documenter

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.

Documentation

Install, Setup, and Updates

Install

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

Setup

By default a config.json file is created. Review the config.json docs before editing.

Update

Go to the project folder

git fetch origin
git reset --hard origin/master
npm install

Run

To run: node app <projectName>.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].