This commit is contained in:
熊潇 2025-07-16 19:18:07 +08:00
parent 29ce907453
commit 422157f96e
3 changed files with 12 additions and 1 deletions

2
apps/ai-cli/.npmrc Normal file
View File

@ -0,0 +1,2 @@
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

View File

@ -1,6 +1,9 @@
## data.json ## data.json
`deno run -A https://esm.xiongxiao.me/@kevisual/easy-tools/ai-cli/gen/data.ts`
##
列出当前文件夹的所有的文件列表然后生成一个json的数组。 列出当前文件夹的所有的文件列表然后生成一个json的数组。
数据格式是: 数据格式是:

View File

@ -7,9 +7,15 @@
"scripts": { "scripts": {
"pub": "ev deploy . -k ai-cli -v 0.0.1 -u" "pub": "ev deploy . -k ai-cli -v 0.0.1 -u"
}, },
"publishConfig": {
"access": "public"
},
"keywords": [], "keywords": [],
"files": [
"*"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)", "author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT", "license": "MIT",
"packageManager": "pnpm@10.6.2", "packageManager": "pnpm@10.6.2",
"type": "module" "type": "module"
} }