Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 604 Bytes

ShokaX 0.4.6及更高版本中工具箱随NPM包/Git仓库分发,SXC已不再被需要

shokaX-CLI

安装shokaX最简单的方式,只需要一行代码

快速上手

npm i shokax-cli --location=global
SXC install shokaX

一行代码就能完成shokaX的安装,并且shokaX-cli会处理好依赖项问题
不需要像之前一样手动安装多个包

高级配置

SXC install <theme> 
	-r=<npm> # github正在更新中,目前版本仅支持npm
	-pm=<npm/yarn/pnpm> # 指定使用的包管理器(不指定会自动检测)
	--mode=<standalone/theme> # 等待更新