Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Joel Purra edited this page Jan 28, 2015 · 8 revisions

Welcome to the jqnpm wiki!

Please edit as you see fit - open source is a collaborative effort.

List of jqnpm compatible packages

See the listed packages for inspiration, as well as the jqnpm generate template.

Example usage

  • Run jqnpm generate and cd <package name>
  • jqnpm install joelpurra/jq-object-sorting.
  • In <package name>/jq/main.jq add import "joelpurra/jq-object-sorting" as ObjectSorting;
  • Use with { "b": 50, "a": 100} | ObjectSorting::byValueDesc to get { "a": 100, "b": 50 }.
Clone this wiki locally