2.0.3 • Published 6 years ago
mdocr v2.0.3
MDocr

MDocr allows you to manage your documents in Markdown inside a Git repository.
Use conventional commits to automate their versions.
Use:
commands: to automate content inside your MDspostprocessors: to automate publishing- confluence
- etc
Quickstart
Install
npm install -g mdocr
# OR
yarn global add mdocrUsage
# Build docs with their new modification
mdocr build
# Publish docs and create a new version of each modified doc
mdocr publish
# Call post processors on each documents
mdocr postpublishBuilt in Commands
CurrentVersion
To retrieve current document version:
# My New Doc
Version: <CurrentVersion />will be replace by on build
# My New Doc
Version: 1.0.2VersionsTable
To retrieve display document versions:
# My New Doc
Version: <CurrentVersion />will be replace by on build
# My New Doc
Version: 1.0.2Import
To import another MD inside your document
# My New Doc
Version: <CurrentVersion />will be replace by on build
# My New Doc
Version: 1.0.2How it works?
Flow:
Customization
PreProcessor example