combine_code-0.1.0 is not a library.
combine_code
combine_code is a command-line tool that merges source files into a single output file, with support for:
- Extension filtering (
--exts) - Respecting
.gitignorerules - Optional recursive traversal
- Ignoring specific directory names (
--ignore-dirs)
Installation
Usage
Examples
Merge Rust files in the current directory:
Merge recursively and skip target and node_modules:
Output format
The generated output includes a file header before each merged file and a summary section at the end with total files and lines combined.
License
Licensed under the MIT License. See LICENSE.