UNPKG

@gaonengwww/tiny-toolkit-dev

Version:

tiny-cli 模块开发脚手架

9 lines (7 loc) 118 B
import go from './lib/go'; import help from './lib/help'; export default { go, help, default: help, };