You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<source_folder>`: The path to the source directory containing the code files to be extracted.
41
+
-`[custom_ignore_file]` (optional): The path to a custom ignore file specifying additional patterns to exclude from extraction. If not provided, only the `.gitignore` file in the source directory will be used.
42
+
-`[--log]` (optional): Enable logging for detailed output and debugging information.
43
+
44
+
## Configuration
45
+
46
+
Code Scraper for AI provides various configuration options to customize its behavior:
47
+
48
+
-`source_folder`: Specify the path to the source directory containing the code files to be extracted.
49
+
-`custom_ignore_file`: Provide a custom ignore file with additional patterns to exclude from extraction.
50
+
-`log`: Enable logging for detailed output and debugging information.
51
+
52
+
## Output
53
+
54
+
Code Scraper for AI generates an output file named `output.txt` in the current directory. The file contains the extracted code from the processed files, with each file's content separated by a header indicating the file path.
55
+
56
+
## Create a Bug Report
57
+
58
+
If you encounter an error message or run into an issue, please [create an issue](https://github.com/dfrnoch/code_scraper/issues). Your effort is valued and will help improve the tool for other users.
59
+
60
+
## Submit a Feature Request
61
+
62
+
If you have an idea for a new feature or enhancement, please [submit a feature request](https://github.com/dfrnoch/code_scraper/issues).
63
+
64
+
## Contributing
65
+
66
+
Code Scraper for AI is an open-source project. Whether you are helping to fix bugs, proposing new features, or improving documentation, your contributions are highly appreciated. Please feel free to submit pull requests or open issues to contribute to the project.
67
+
68
+
## License
69
+
70
+
Code Scraper for AI is released under the [MIT License](LICENSE).
0 commit comments