UNPKG

@gaonengwww/tiny-toolkit-dev

Version:

tiny-cli 模块开发脚手架

13 lines (11 loc) 212 B
import start from './lib/start'; import build from './lib/build'; import init from './lib/init'; import help from './lib/help'; export default { start, build, init, help, default: help, };