Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammad-tayyab-awan/files-guru

Npm Package to manipulate files
https://github.com/muhammad-tayyab-awan/files-guru

file-manipulation nodejs npm npm-package

Last synced: 2 months ago
JSON representation

Npm Package to manipulate files

Awesome Lists containing this project

README

        

# files-guru

#### version 1.0.3

**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:

```bash
npm install files-guru
```
## How to Use

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