README
hapiclone
文件/目录拷贝
概述
hapiclone 是一款针对文件或文件夹整体进行拷贝的工具。
- 拷贝文件内容
- 拷贝文件夹内容
使用方法
- hapiclone clone source(源文件|目录) dest(目标文件|目录)
注意
- source|dest支持使用相对路径"./xxx"
哈皮工具:文件拷贝
<script type="module">
import hapiclone from 'https://cdn.skypack.dev/hapiclone';
</script>
文件/目录拷贝
hapiclone 是一款针对文件或文件夹整体进行拷贝的工具。