Skip to content

Muhammad-Tayyab-Awan/files-guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

files-guru

npm npm npm npm npm npm bundle size GitHub Repo stars GitHub Forks GitHub last commit GitHub issues Code Coverage GitHub language count


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.

Features

  • Lightweight and fast
  • Suitable for various file operations

Installation

Install the package using npm:

npm install files-guru

How to Use

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");