ke-fe-cli
v0.1.52
Published
cli for beike fe
Downloads
283
Readme
特性:
- 一键启动项目
- 一键打开 vscode
- 内置两套前端框架webpack5+hobber、 umi+hobber
- 字符串md5加密、打开常用站点
安装
$ npm install ke-fe-cli -g --registry=https://registry.npmjs.org/
使用前配置:
打开 VSCode –> command+shift+p –> 输入 shell command –> 点击提示 Shell Command: Install ‘code’ command in PATH –> 运行
终端输入指令:
sudo ln -fs "/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" "/usr/local/bin/"
打开终端,随便进入一个路径后,执行:
code .
vscode 正常打开,则说明配置生效
常用指令介绍
ks 是 ke-fe-cli 指定命令,源于高中死党昵称:马克思,简称:ks
Options:
-V, --version output the version number -h, --help output usage information
Commands:
- set [options] [pwd] According to the path you provide, generate your private project configuration file under the current path(根据你提供的路径,生成当前路径下你私有的项目配置文件)
- -c [param] Clear the history of the search directory(清空检索目录的历史记录)
- -d [param] Set your default boot path based on the name you entered(设置默认启动哪个目录下项目集合)
- -e [param] Set whether the configuration file level directory is related(设置配置文件层级目录之间是否关联)
- -i [param] According to the parameters, get the corresponding information(根据参数,获取对应信息)
- -r [param] Configure rules according to parameters(根据参数,进行规则配置)
- -s [param] Whether to generate a script file for the startup command(是否生成启动命令的脚本文件)
- run [options] [name] Open vscode while starting the project of your choice(启动你选择的项目的同时打开vscode)
- -s [param] Only Start the project of your choice(只启动你选择的项目)
- -v [param] Open only the vscode of the project you selected(只打开你选择的项目的vscode)
- frame [options] [name] According to the name of the project you entered, select the corresponding frame type to generate the project(根据你输入的项目名name,选择对应的框架类型,生成项目)
- -a [param] Transform the content of the file and generate the api file requested by the business interface(对文件内容进行转化,并生成业务接口请求的api文件)
- -t [param] Obtain the corresponding file template according to the file type you input(根据你输入的文件类型,获取对应的文件模板)
- util [options] [param] cli tool commands(cli集成的工具类命令)
- -m [param] Md5 encryption of the input string(对输入的字符串进行md5加密)
- -w [param] According to the site name you entered, open the corresponding site(根据你输入的站点名称,获取对应的站点地址)