js.xdg portable:确定XDG基本目录路径(OSplatform可移植) 源码
确定路径(OS /平台可移植) 安装(CJS / ESM / TypeScript) npm install xdg-portable # or... `npm install "git:github.com/rivy/js.xdg-portable"` # or... `npm install "git:github.com/rivy/js.xdg-portable#v8.0.0"` # or... `npm install "https://cdn.jsdelivr.net/gh/rivy/js.xdg-portable/dist/xdg-portable.tgz"` 用法 CommonJS(CJS) const xdg = require ( 'xdg-portable/cjs' ) ; const configDirs = xdg . configDirs ( ) ; cons
文件列表
js_xdg-portable-master.zip
(预估有个74文件)
js.xdg-portable-master
.gitattributes
107B
.github
workflows
CI.yml
620B
.rollup.config.cjs.js
889B
.eslintrc.js
2KB
eg
show-xdg-paths-detailed.cjs.js
458B
show-xdg-paths.ts
770B
暂无评论