1.0.3 • Published 5 months ago

daweitest-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

daweitest-cli

Npm Version

📖简介

  • 用于快速搭建前端项目的命令行cli工具

📕 模板

📦 安装

  npm i daweitest-cli -g

🚩使用

# 使用模板创建一个新项目
daweitest create

# 执行项目文件夹名称并选择模板创建新项目
daweitest create [prjName]

# 更新脚手架到最新版本
daweitest update

# 查看脚手架版本
daweitest -v

daweitest --version

其他问题

修改全局

  • git config --global user.name 你要设置的用户名;
  • git config --global user.email 你要设置的邮箱;

修改当前项目

  • git config user.name 你要设置的用户名;
  • git config user.email 你要设置的邮箱;
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago