Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 802 Bytes

File metadata and controls

26 lines (22 loc) · 802 Bytes

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.