https://github.com/ghost---shadow/feature-extractor-from-codebase
Copies the target java file and all its dependencies recursively to another directory
https://github.com/ghost---shadow/feature-extractor-from-codebase
code-splitting crawler
Last synced: 5 months ago
JSON representation
Copies the target java file and all its dependencies recursively to another directory
- Host: GitHub
- URL: https://github.com/ghost---shadow/feature-extractor-from-codebase
- Owner: Ghost---Shadow
- Created: 2018-09-19T06:50:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T03:49:39.000Z (over 7 years ago)
- Last Synced: 2025-03-06T12:52:09.143Z (12 months ago)
- Topics: code-splitting, crawler
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feature extractor from codebase
Lets say you git cloned a large open source repository which has a lot of features. The total bundle size of the repository is very large but you only need 1 feature. So, I made a python script that when supplied with a class name (right now its Java only), copies that class and all its dependencies (recursively) to a different folder.