https://github.com/csells/concat_files
https://github.com/csells/concat_files
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csells/concat_files
- Owner: csells
- Created: 2024-03-29T17:08:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T17:20:26.000Z (about 1 year ago)
- Last Synced: 2024-12-31T20:16:29.713Z (4 months ago)
- Language: Dart
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Usage
```shell
Usage: dart concat.dart
Example: dart concat.dart /path/to/your/top/level/folder
```
# Output ExampleFile "/source/com/foo/bar.java":
```java
bar.java content
```File "/source/com/foo/bar.xml":
```xml
bar.xml contents```
File "/foo.java":
```java
foo.java content
```File "/foo.xml":
```xml
foo.xml content
```