Skip to content

Commit

Permalink
consolidate to a single pipeline (#4)
Browse files Browse the repository at this point in the history
* yargs, highland, and got

* interfacing for CLI

* JSONL and JSON support!

* compression + refactor

* directories + tables

* refactor + reshape

* add test suite

* unit stream refactor

* object mode tests

* refactor types + transforms

* add CLI API

* usage hints

* default CLI behavior

* move CLI to separate file

* update docs

* spelling + spacing
  • Loading branch information
ak--47 authored Jan 3, 2023
1 parent 4812469 commit b9d85e5
Show file tree
Hide file tree
Showing 10 changed files with 8,622 additions and 2,824 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"ecmaVersion": "latest"
},
"rules": {
}
},
"globals": {
"l" : true
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ testData/*
!testData/.gitkeep
logs/*
!logs/.gitkeep
test.js
test.js
quick.js
Loading

0 comments on commit b9d85e5

Please sign in to comment.