Skip to content

Commit af26033

Browse files
authored
Merge pull request #3 from aborruso/patch-1
added a postprocessing bash example repo
2 parents 28bb3d0 + 47dee0f commit af26033

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Deno can run javascript or typescript files, so you can easily convert any of th
5252

5353
While our examples use a Deno file to run postprocessing tasks, you can also use Python as specified in this example: [https://github.com/pierrotsmnrd/flat_data_py_example](https://github.com/pierrotsmnrd/flat_data_py_example). Thank you [@pierrotsmnrd](https://github.com/pierrotsmnrd)!
5454

55+
## Using bash
56+
57+
You can also use bash as specified in this example: [https://github.com/aborruso/flat_data_bash_example](https://github.com/aborruso/flat_data_bash_example). By [@aborruso](https://twitter.com/aborruso)
58+
5559
## Postprocessing Library
5660

5761
The Flat Data postprocessing library can be found at: [https://deno.land/x/flat/mod.ts](https://deno.land/x/flat/mod.ts)

0 commit comments

Comments
 (0)