Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jzt-cli

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jzt-cli

快速生成九州通前端基础项目的命令行工具

  • 0.6.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
106
decreased by-93.81%
Maintainers
0
Weekly downloads
 
Created
Source

jzt-cli

快速构建九州通前端项目初始化工程的命令行工具

发包方法:npm run pub

此方法原理是利用publish.js脚本,动态更新package.json 中的版本号,然后执行npm publish 命令,发布到npm上

注意发包前保证变更代码已经提交到 git

调试方法1: npm run dev

此种方法会实时监听代码的变化,让jzt命令时刻处于最新状态,不需要每次都重新安装

  • 1.npm run dev
  • 2.npm link --force (初次运行的时候执行,后面就不需要了)
  • 3.新开一个命令行窗口,运行jzt 命令即可

注意:如果遇到 Remove the existing file and try again 报错,去删除对应的执行文件即可

  • 1.npm run build
  • 2.npm link --force
  • 3.运行jzt 命令即可

注意:如果遇到 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

Keywords

FAQs

Package last updated on 15 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc