UNPKG

sml-cli

Version:
20 lines (19 loc) 349 B
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", }, ], }, };