/unused-file-finder

Simple python script to find view references in a ASP.net MVC app

Primary LanguagePythonMIT LicenseMIT

#Unused File Finder

Simple python script to find unused files in your app.

##Usage

Testing the script:

python finder.py Test

Use it in you app:

python finder.py [your application path]

If you want to save the output:

python finder.py [your application path] > log.txt