mirror of
https://github.com/antonmedv/fx
synced 2024-11-17 09:25:32 +00:00
293 B
293 B
Reducers
Fx takes a few arguments after the file name, and converts them to a reducer.
Node
Access all lodash (or ramda, etc) methods by using .fxrc file.
$ fx data.json 'groupBy("commit.committer.name")' 'mapValues(_.size)'
Python
TODO
Ruby
TODO