1.0.12 • Published 12 months ago

gamelet-toolkit v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

gamelet-toolkit

小应用工具集

Install

npm install -g gamelet-toolkit

Commands

制作内置资源

gamelet-cli builtinres -p [路径前缀] -d [打包文件夹]

拷贝文件/文件夹

gamelet-cli fileop -c [文件操作配置文件] -s [源目录] -d [目标目录]

Examples

制作内置资源

gamelet-cli builtinres -p BuiltinRes -d ./test

拷贝文件/文件夹

gamelet-cli fileop -c ./test/fileop/config.json -s ./test/fileop/src -d ./test/fileop/dst

// 支持拷贝文件夹/文件,忽略链接
config.json
{
  "copy_dir": [
    {"src": "2", "dst": "./"}
  ],
  "copy_file": [
    {"src": "1.txt", "dst": "1.txt"}
  ]
}
1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago