@jzinfo/create-project
Version:
前端项目脚手架工具
18 lines (14 loc) • 435 B
Markdown
# 前端项目脚手架工具
> 注意
>
> 该工具使用了shell的一些基本命令,比如`cd`、`mv`、`git`等,因此只能在linux shell环境中使用,windows用户可以在`linux subsystem`中或`Git Bash`中使用。
>
> 可参考https://superuser.com/questions/608106/how-can-i-use-a-bash-like-shell-on-windows
## 安装
```shell
npm install -g @jzinfo/create-project
```
## 使用
```shell
jz-create-project
```