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

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
![npm](https://img.shields.io/npm/v/files-guru) ![npm](https://img.shields.io/npm/dw/files-guru) ![npm](https://img.shields.io/npm/dt/files-guru)
![npm](https://img.shields.io/npm/dm/files-guru)
![npm](https://img.shields.io/npm/l/files-guru) ![npm bundle size](https://img.shields.io/bundlephobia/min/files-guru) ![GitHub Repo stars](https://img.shields.io/github/stars/muhammad-tayyab-awan/files-guru)
![GitHub Forks](https://img.shields.io/github/forks/muhamuhammad-tayyab-awan/files-guru)
![GitHub last commit](https://img.shields.io/github/last-commit/muhammad-tayyab-awan/files-guru)
![GitHub issues](https://img.shields.io/github/issues/muhammad-tayyab-awan/files-guru)
![Code Coverage](https://img.shields.io/codecov/c/github/muhammad-tayyab-awan/files-guru)
![GitHub language count](https://img.shields.io/github/languages/top/muhammad-tayyab-awan/files-guru)

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