1.0.12 • Published 3 years ago

gamelet-toolkit v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago