New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

xiaozhou-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xiaozhou-cli

前端开发脚手架

latest
npmnpm
Version
0.0.15
Version published
Maintainers
1
Created
Source

xiaozhou-cli 前端脚手架

安装

npm install xiaozhou-cli

or

yarn add xiaozhou-cli

命令

目前只有2个实际性命令

1、创建 tsx 组件/页面

xz-cli new <组件名称>

如:

xz-cli new Text

2、创建 Taro 组件/页面

xz-cli taro <组件名称>

如:

xz-cli taro Text

开发调试

添加软链

npm link
or
yarn link

使用命令

xz-cli vben order

结束调试

npm unlink
or
yarn unlink

更新日志

2022年7月30日

创建项目,并完成了第一个命令,做出了自己想要的功能

2023年8月28日

调试完成了加载远程模板

Keywords

cli

FAQs

Package last updated on 28 Aug 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