mv is a command-line utility for renaming files and directories. A Node.js implementation of the Unix mv command, this package provides a reliable and cross-platform way to move files within Node.js scripts. It offers robust error handling and supports asynchronous operations via promises. Ideal for automation tasks and file management workflows.