@wbget/cocos-config
v1.0.2
Published
collection for cocos config
Downloads
1
Readme
cocos-config
cocos 配置收集
Install
npm install -D @wbget/cocos-config
Usage
npx cocos-config test.json
// test.json
{
"dist": "./",
"list": [
{
"path": "./config",
"sheet": "测s",
"name": "test"
}
]
}