UNPKG

@micro-app/cli

Version:

[CLI] Pluggable micro application framework.

15 lines (11 loc) 317 B
'use strict'; module.exports = api => { api.registerMethod('beforeCommandUpdate', { type: api.API_TYPE.EVENT, description: '开始更新前事件', }); api.registerMethod('afterCommandUpdate', { type: api.API_TYPE.EVENT, description: '更新完毕后事件', }); };