a command line tool to see tree structure of files and folders and organise files in a repo
- step 1 : copy the code from this repo(download zip or clone repo)
- step 2 : install node.js
- step 3 : run npm link
- step 4 : now you can start using the commands listed below
- to see current directory tree structure
orgit tree
- to see current directory tree structure with depth parameter
orgit tree 4
- to see tree structure by providing path and depth
orgit tree depth path
- to organise srcPath(path of directory to organise) and desPath(path to keep the organised files )
orgit organise srcPath desPath