Skip to content

This is a simple file manager console application developed using Node.js. It allows you to interact with the file system from the command line.

License

Notifications You must be signed in to change notification settings

PhilipAmissah/file_manager_app

Repository files navigation

Simple File Manager Console Application

This is a simple file manager console application developed using Node.js. It allows you to interact with the file system from the command line.

Features

  • List all files in a directory
  • Read a file
  • Write to a file
  • delete a file
  • Rename a file
  • Check if a file exists
  • Create a new directory

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js installed on your machine. You can download it here.

Installing

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run the script using the command node filename.js, where filename.js is the name of your JavaScript file.

Usage

Replace './', './example.txt', and './example2.txt' in the script with the directory and files you want to list, read, and write to, respectively.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This is a simple file manager console application developed using Node.js. It allows you to interact with the file system from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published