fstb:使用Node.js访问文件系统的便捷方法 源码
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.zip
(预估有个16文件)
fstb-main
.github
workflows
size.yml
258B
main.yml
732B
src
index.ts
588B
FSSile.ts
1011B
FSDIr.ts
2KB
tsconfig.json
1KB
暂无评论