📻手写脚手架
00 分钟
2022-12-20
2022-12-20
type
status
date
slug
summary
tags
category
icon
password
Edited
Dec 20, 2022 03:25 PM
Created
Dec 20, 2022 03:24 PM

初始化

创建文件 bin/cli.js 并添加
再通过 npm init -y 初始化项目
会自动添加如下命令
notion image

commander

脚手架必备
开始生成命令和选择指令
notion image

inquirer

选择输入等多种询问方式
notion image

download-git-repo

远程拉取下载包

ora

加载 loading

chalk

字体或背景彩色

注意

要 cli 全局使用需在当前文件夹执行,提升到全局

最终成色

 
上一篇
ahooks —— hook手写
下一篇
React Beautiful Dnd(RBD) 的使用

评论
Loading...