UNPKG

meetyou-angular-cli

Version:
14 lines (10 loc) 270 B
const chalk = require('chalk'); function help() { console.log(chalk.green(` Commands: create <projectName> <version> 创建项目 upgrade 升级版本 -v --version 打印版本 `)); } module.exports = help;