1.0.12 • Published 2 years ago

gamelet-toolkit v1.0.12

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

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago