sml-cli
Version:
Semantic Modeling Language CLI
20 lines (19 loc) • 349 B
JavaScript
module.exports = {
bin: "sml-cli",
dirname: "sml-cli",
commands: {
strategy: "explicit",
target: "./dist/index.js",
identifier: "COMMANDS",
},
plugins: ["@oclif/plugin-help"],
helpClass: "./dist/help",
hooks: {
init: [
{
target: "./dist/index.js",
identifier: "INIT_HOOK",
},
],
},
};