awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
calvinmetcalf avatar

calvinmetcalf/copyfiles

0
View on GitHub↗
422 stars·56 forks·JavaScript·MIT·12 views

Copyfiles

copyfiles

Features

  • File System Utilities - CLI file copying tool.
  • Cross-Platform Utilities - Copies a list of files into a target directory.

Star history

Star history chart for calvinmetcalf/copyfilesStar history chart for calvinmetcalf/copyfiles

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Copyfiles

These projects share indexed features with Copyfiles. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • isaacs/rimrafisaacs avatar

    isaacs/rimraf

    5,846View on GitHub↗

    rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem

    TypeScript
    View on GitHub↗5,846
  • avoidwork/filesize.jsavoidwork avatar

    avoidwork/filesize.js

    1,706View on GitHub↗

    A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies. 100% test coverage.

    JavaScript
    View on GitHub↗1,706
  • bevry/istextorbinarybevry avatar

    bevry/istextorbinary

    157View on GitHub↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    TypeScript
    View on GitHub↗157
  • avianflu/ncpAvianFlu avatar

    AvianFlu/ncp

    683View on GitHub↗

    Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.

    JavaScript
    View on GitHub↗683
Compare all 30 related projects→

Frequently asked questions

What does calvinmetcalf/copyfiles do?

copyfiles

What are the main features of calvinmetcalf/copyfiles?

The main features of calvinmetcalf/copyfiles are: File System Utilities, Cross-Platform Utilities.

Which projects share features with calvinmetcalf/copyfiles?

Projects with overlapping indexed features include: isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… avoidwork/filesize.js — A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies.… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. bruce/node-temp — Temporary files, directories, and streams for Node.js. byteclubfr/node-sync-files — Synchronize files or folders locally, with a watch option. avianflu/ncp — Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.