From f38b4b5257dcc5d358fef6fec7d9ef5dbb1c87ce Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Sun, 18 Mar 2018 20:13:53 -0500 Subject: [PATCH] Add ymlx (#1) * Add ymlx I wrote `ymlx` after being inspired by `fx` by copying then massaging. * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c65142..46b4128 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ $ cat package.json | fx 'Object.keys(this.dependencies)' * [jsawk](https://github.com/micha/jsawk) – like awk, but for JSON * [json](https://github.com/trentm/json) – another JSON manipulating cli library * [jl](https://github.com/chrisdone/jl) – functional sed for JSON on Haskell +* [ymlx](https://github.com/matthewadams/ymlx) - `fx`-like YAML cli processor ## License