gamelet-toolkit

1.0.12 • Public • Published

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"}
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i gamelet-toolkit

Weekly Downloads

3

Version

1.0.12

License

MIT

Unpacked Size

27.4 kB

Total Files

7

Last publish

Collaborators

  • sutingwei