Ide's files and folder in web for better visualization of project's folder structure
install it as locally or globally
# npm i files-and-folders-to-web
or
# npm i files-and-folders-to-web -g
Head over to root directory of your project file and run
# npx files-and-folders-to-web
if you wish to exclude content of some folders then run
# npx files-and-folders-to-web --excludeContentOf node_modules utils src
Arguments | Optional | type | Description |
---|---|---|---|
--excludeContentOf | true | string[] | Exclude the contents of your desired Files. |
*By default contents of node_modules and .git is excluded. For the rest you have to put the folder name as an argument