temp
This commit is contained in:
parent
29ce907453
commit
422157f96e
2
apps/ai-cli/.npmrc
Normal file
2
apps/ai-cli/.npmrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
|
||||||
|
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
@ -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的数组。
|
||||||
|
|
||||||
数据格式是:
|
数据格式是:
|
||||||
|
@ -7,7 +7,13 @@
|
|||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user