Skip to content

linux-07/File-Organizer-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Organizer (Express.JS)

A Express app that organizes all the files in the directory.

What will this app do?

All the files in folder directory will be sorted/organized properly.

For example:
You have these files:
folder/name.jpg
folder/name.png
folder/this.pdf
folder/harry.zip
folder/Rohan.zip
folder/cat.jpg
folder/harry.pdf
They will become:
folder/jpg/name.jpg, folder/jpg/cat.jpg
folder/png/name.png
folder/pdf/this.pdf, folder/pdf/harry. pdf
folder/zip/harry.zip, folder/zip/Rohan. zip

Prerequisites:

  • Node.js latest version installed
  • Git Installed
  • VS Code or any code editor/IDE you use

Getting Started

  • Clone
git clone https://github.com/arnavnagpurkar/File-Organizer-Express.git
  • Open the app in VS Code or any editor/IDE you use.
  • Initialize the node app by installing the required packages
npm i
  • Run main.js
  • Your files are now organized !!

License

This project is licensed under MIT License
See the LICENSE file for more details.

Acknowledgements

Made by @arnavnagpurkar in 2024.

About

File Organizer made using express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages