https://github.com/jeziellago/list-android-large-files
Script to list large classes in Android project
https://github.com/jeziellago/list-android-large-files
android java kotlin project python script
Last synced: 10 days ago
JSON representation
Script to list large classes in Android project
- Host: GitHub
- URL: https://github.com/jeziellago/list-android-large-files
- Owner: jeziellago
- License: apache-2.0
- Created: 2020-08-07T12:54:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T15:33:36.000Z (about 5 years ago)
- Last Synced: 2025-02-05T10:34:46.392Z (8 months ago)
- Topics: android, java, kotlin, project, python, script
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List Android project large files
Script to list large classes in Android project `(default >= 300 lines)`
> Large classes in projects can be hard to maintain, often contains code smells and lacks refactoring. This script helps you to find theses large classes.```python
python list_large_files.py --project [PROJECT_DIR]
```
## Options
```
Show the largest files in Android projectoptions:
-h, --help show this help message and exit
--project Project dir
--limit Lines count limit
--include_test Include test files
--output File to save the results
```