# llhcli **Repository Path**: li-lihong571/llhcli ## Basic Information - **Project Name**: llhcli - **Description**: 脚手架工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 查找 node #! /usr/bin/env node # 把命令挂到全局命令行 npm link # 新添加的指令放到 help 中,自定义指令也放到 help 中 npm install commander # 问答模式 npm install --save inquirer@8 # 下载代码 npm install download-git-repo http://gitlab.hongka.top/template/express-template.git http://gitlab.hongka.top/template/koa-template.git http://gitlab.hongka.top/template/egg-template.git ssh://git@192.168.1.104:222/template/egg-template.git ssh://git@192.168.1.104:222/template/koa-template.git ssh://git@192.168.1.104:222/template/express-template.git # 加载效果 npm install ora@5 # 命令行样式渲染工具 cnpm i chalk@4 # 运行命令 llhcli create project3