BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

dome-copydir

v1.0.1npm· JavaScript

```js const copyDir = (usedDir, targetDir) => { // 创建目标文件 fs.mkdirSync(targetDir); // 判断是否有要拷贝的文件 if (!fs.existsSync(usedDir)) { // 如果没有 抛出错误 throw new Error('不存在要拷贝的文件' + usedDir);

The verdict
Abandoned. Last published 5 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsLean
Maintenance
Last published 5 years ago.
Popularity
3 downloads / week
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
1 direct dependency
Recent releases
  • 1.0.15 years ago