@micro-app/cli
Version:
[CLI] Pluggable micro application framework.
26 lines (18 loc) • 553 B
JavaScript
;
module.exports = function initCommand(api, opts) {
// const { _, chalk, fs, prompt, smartMerge } = require('@micro-app/shared-utils');
// api.addCommandInit((last, old) => {
// console.warn('last: ', last);
// console.warn('old: ', old);
// return {};
// });
// api.addCommandInit({
// type: 'master',
// });
// api.beforeCommandInit(({ args }) => {
// console.warn(args);
// });
};
module.exports.configuration = {
description: '增强初始化命令行',
};