@ima/cli
Version:
IMA.js CLI tool to build, develop and work with IMA.js applications.
20 lines (19 loc) • 500 B
JSON
{
"title": "GenerateRunnerPlugin",
"type": "object",
"additionalProperties": false,
"properties": {
"context": {
"type": "object",
"description": "IMA CLI configuration context."
},
"imaConfig": {
"type": "object",
"description": "Loaded ima.config.js file."
},
"runnerTemplate": {
"type": "string",
"description": "Custom IMA Runner ejs code template."
}
}
}