files-guru is a lightweight and efficient file management tool for Node.js applications, designed to simplify operations such as moving, renaming, and manipulating files.
- Lightweight and fast
- Suitable for various file operations
Install the package using npm:
npm install files-guru
import filesGuru from "files-guru";
// first funtion to rename all the files in a directory according to the given name by default it will rename all files with name as File [filenumber].[extension]
filesGuru.renameAllFiles("here should be the path to that directory","here should be the neName");