fstb:使用Node.js访问文件系统的便捷方法

时间:2024-03-11 03:05:31
【文件属性】:

文件名称:fstb:使用Node.js访问文件系统的便捷方法

文件大小:132KB

文件格式:ZIP

更新时间:2024-03-11 03:05:31

TypeScript

FSTB用户指南 FSTB代表FileSystem ToolBox。 该库旨在简化与Node.js中文件系统的交互 安装 对于安装FSTB: npm install fstb --save 用法 import { FSPath } from '../src' ; FSPath ( process . cwd ( ) ) . node_modules ( ) . asDir ( ) . mapDirs ( dir => console . log ( dir . name ) )


【文件预览】:
fstb-main
----.github()
--------workflows()
----src()
--------index.ts(588B)
--------FSSile.ts(1011B)
--------FSDIr.ts(2KB)
----tsconfig.json(1KB)
----LICENSE(1KB)
----test()
--------main.test.ts(2KB)
--------testfiles()
----README.md(404B)
----.gitignore(34B)
----package-lock.json(537KB)
----package.json(1KB)

网友评论