Skip to content

OraOpenSource/plsql-md-doc

Folders and files

NameName
Last commit message
Last commit date
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Mar 20, 2016
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020

Repository files navigation

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>.

About

Converts PL/SQL JavaDoc documentation to markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published