UNPKG

yyy-cli

Version:

development theme command line tool

16 lines (15 loc) 466 B
/* * @Descripttion: * @version: * @Author: Jeson * @Date: 1985-10-26 16:15:00 * @LastEditors: Jeson * @LastEditTime: 2021-06-21 16:19:28 */ const { log, chalk } = require("./handle"); exports.version = () => { log(chalk.redBright("Currently, four template libraries are supported:")); log(chalk.redBright("FU 混合开发平台")); log(chalk.redBright("install command:")); log(chalk.greenBright("yyy init/i")); };