5.0.10 • Published 1 month ago

psky v5.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

psky

cli

  • psky update 将最新的位置,更新记录到缓存;
  • psky get
psky config get

获取 自定义缓存位置 获取 pskytplList location

  • psky set 比如设置自定义缓存目录:
psky config set store /Users/yewills/Documents/git/info
  • psky use 查看本地安装过的模版

json缓存信息

有 projectAndUsePlaceMap.json 内容就是 tpllist.json config.json 配置信息

每次 install 好后,在项目目录下创建 .psky 目录,内容就是 tpllist.json cell

模版信息

// 用于内部、外部模版,以及 位置映射要素
export interface TplItemType {
  title: string;
  repository?: string; //外部模版 git地址
  insidetpl?: string; //内部模版
  path?: string; //外部模版 对应的仓库路径
  branch?: string; //外部模版在仓库中的 git branch
  usePlacePath?: string; //模版被创建到本地时,本地地址
}
5.0.10

1 month ago

5.0.9

1 month ago

5.0.9-alpha.0

7 months ago

5.0.8

7 months ago

5.0.6-alpha.0

9 months ago

5.0.5

9 months ago

5.0.4-alpha.0

10 months ago

5.0.3-alpha.0

10 months ago

5.0.2

10 months ago

5.0.1

10 months ago

5.0.1-alpha.0

10 months ago

5.0.0

10 months ago

4.0.37

10 months ago

4.0.36

10 months ago

4.0.34

10 months ago

4.0.32

10 months ago