a global command line application using Node.js. It organizes all your files from from a folder into different section so that you need not to do it manually.
->Purpose of this project:
Output of this project is to handling the large size folder.
If we have lot of files in a particular folder then it will arrange them.
The files in thier extensions category such that image will arrange in Document(jpg),mp4,mp3 file will be in media and so on.
->First make the js file for help,Organise and tree.
1- tree.js
In this we are going to show the files and folders by using a particular format as tree.
2- organise.js
In this we are going to organise the folders with their respective file extensions as media, document, archives and app.
3- help.js
This is for helping purpose.
->After this make another js file and import the help,tree and Organise into this FO.