Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csells/concat_files


https://github.com/csells/concat_files

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Usage

```shell
Usage: dart concat.dart
Example: dart concat.dart /path/to/your/top/level/folder
```
# Output Example

File "/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
```