ocr-pdf.metamodules.org
curl http://download.metamodule.org
chmod +x mm.sh
mm.sh installCreate mm.json file
mm initCreate empty validator section
mm validator createCreate empty generator section
mm generator createDownload schema and valid all listed sections in a document
mm validator create "lifecycle" "http://lifecycle.dsdasdadas.org"Download library list and put objects to root mm.json
mm generator create "lifecycle" "http://lifecycle.dsdasdadas.org"Update validator section based on list
mm validator updateUpdate generator section based on list
mm generator updateUpdate validator section based on list
mm validator update "lifecycle" "http://lifecycle.dsdasdadas.org" "lifecycle2" "http://lifecycle.dsdasdadas.org"Update generator section based on list
mm generator update "lifecycle" "http://lifecycle.dsdasdadas.org" "lifecycle2" "http://lifecycle.dsdasdadas.org"Download schema and valid all listed sections in a document
mm list validatorDownload library list and put objects to root mm.json
mm list generator Download schema and valid all listed sections in a document
mm validatorDownload library list and put objects to root mm.json
mm generatorCreate section based on default
mm list schemamm remove schema [part of schema url]
mm remove schema *generator*Create empty validator
mm create validator {
} Create validator, add to validator section, create section if not exist
mm create validator "definition" "http://lifecycle.dsdasdadas.org" {
} OR
Create empty section without validation
mm create definition {
} OR
Create with defaults from generator and add to generator section
mm create generator "definition" "http://lifecycle.dsdasdadas.org" {
}