Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
快速构建九州通前端项目初始化工程的命令行工具
npm run pub
此方法原理是利用publish.js脚本,动态更新package.json 中的版本号,然后执行npm publish 命令,发布到npm上
注意发包前保证变更代码已经提交到 git
npm run dev
此种方法会实时监听代码的变化,让jzt命令时刻处于最新状态,不需要每次都重新安装
注意:如果遇到 Remove the existing file and try again 报错,去删除对应的执行文件即可
npm link --force
注意:如果遇到 Remove the existing file and try again 报错,去删除对应的执行文件即可
npm install -g jzt-cli@latest
# or
yarn global add -g jzt-cli@latest
# or
pnpm add -g jzt-cli@latest
npm update -g jzt-cli
# or
yarn global upgrade --latest jzt-cli
# or
pnpm up --latest -g jzt-cli
npm uninstall -g jzt-cli
# or
yarn global remove jzt-cli
# or
pnpm remove -g jzt-cli
# jzt create 项目名称 模板序号 是否强制覆盖
jzt create myproject 1 -f
# 交互式选择模板并创建项目
jzt create
# GUI 界面操作模式创建项目
jzt ui
# 当然也可以选择不安装jzt-cli创建项目,使用npx创建项目
npx jzt-cli create myproject 1
# or
npx jzt-cli create
检查版本,也可以用于检查是否成功安装jzt-cli
jzt -v
更多帮助信息
jzt -h
FAQs
The npm package jzt-cli receives a total of 83 weekly downloads. As such, jzt-cli popularity was classified as not popular.
We found that jzt-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.