文件名称:folder:文件夹系统实用程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-16 04:22:40
utility helper node folder JavaScript
文件夹实用程序 Node.js中本机文件夹系统API的实用程序功能。 请勿在浏览器中使用。 用法 普通JS const { getContent } = require ( '@taufik-nurrohman/folder' ) ; console . log ( getContent ( './node_modules' , 1 , true ) ) ; ECMAScript import { getContent } from '@taufik-nurrohman/folder' ; console . log ( getContent ( './node_modules' , 1 , true ) ) ; 方法 复制(从,到,名称) 复制包含其内容的文件夹。 copy ( './node_modules' , './foo/bar/baz' ) ; copy ( './no
【文件预览】:
folder-main
----index.js(3KB)
----package.json(723B)
----.github()
--------workflows()
----LICENSE(1KB)
----index.mjs(3KB)
----.gitignore(31B)
----test.mjs(727B)
----README.md(2KB)