code_packager 0.1.0

A tool to package source code files into a single text file with syntax formatting
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ignore git files
.git

# ignore docs file
docs

# ignore rust build files
target

# ignore dist fiels
dist