Socket
Book a DemoInstallSign in
Socket

daweitest-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daweitest-cli

daweitest-cli

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

daweitest-cli

Npm Version

📖简介

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

📕 模板

  • ✅ 快速生成 Vue3 框架模板 | Vue3-Typescript快速开发模板

📦 安装

  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 你要设置的邮箱;

Keywords

Vue3-Vite

FAQs

Package last updated on 20 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts