1.0.0 • Published 1 year ago
@sameerajayakodi/file-system-utils v1.0.0
File System Utils
File System Utils is a Node.js library for simplified file and directory management. It provides a comprehensive set of asynchronous utilities to read, write, append, delete, and manage files and directories. Designed to boost productivity and streamline file system interactions.
Features
File Operations:
- Read, write, append, and delete files asynchronously.
- Check if a file exists.
- Copy files efficiently.
Directory Operations:
- Create, list, and delete directories.
- Seamlessly manage folder structures.
Asynchronous API: Fully async functions for non-blocking operations.
Installation
Install the package via npm:
npm install file-system-utils1.0.0
1 year ago