Skip to content

utsav4504/File-System-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File System Organizer

Description

  • Developed a command-line interface application in Node.js for organizing files in a directory based on their extensions.
  • Created a CLI tool using the fs and path modules of Node.js and JavaScript to automate the organization of files.
  • Implemented file categorization based on extensions into common categories.

Prerequisites

  • Node.js

How to Test

  1. To organize files by extension:
    node main.js organize "file-path"
  2. To display the file structure in a tree format:
    node main.js tree "file-path"
  3. To display help information:
    node main.js help

Contact

If you have any questions or suggestions, feel free to contact me at utsav45.jn@gmail.com.

About

Developed a command-line interface application in Node.js for organizing files in a directory based on their extensions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors