1.Organize your directory by separating the files of different extensions into separate folders.
2.Print the entire tree view of your directory including all files inside them.
3.Help option ,in order to see how to provide directory path and commands.
To run this project run
npm init -y
npm linkThen run any of following options in your terminal or command prompt
1.For help options type
Global help2.For organizing you current directory
Global organize3.For tree view of your entire directory
Global treeYou can also provide your directory path but by default it consider current directory.
Global <options> "directory path"