ocr-pdf.metamodules.org
curl http://download.metamodule.org
chmod +x mm.sh
mm.sh install
Create mm.json file
mm init
Create empty validator section
mm validator create
Create empty generator section
mm generator create
Download 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 update
Update generator section based on list
mm generator update
Update 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 validator
Download library list and put objects to root mm.json
mm list generator
Download schema and valid all listed sections in a document
mm validator
Download library list and put objects to root mm.json
mm generator
Create section based on default
mm list schema
mm 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"
{
}