UNPKG

lark-commands

Version:

larkjs framework command line module

10 lines (7 loc) 148 B
'use strict'; var cmd_new = require('./new'); var cmd_help = require('./help'); module.exports = function () { cmd_new(); cmd_help(); };