Skip to content

Instantly share code, notes, and snippets.

@naufraghi
Last active January 10, 2016 23:14
Show Gist options
  • Save naufraghi/682a6e4e31f570a943ab to your computer and use it in GitHub Desktop.
Save naufraghi/682a6e4e31f570a943ab to your computer and use it in GitHub Desktop.

elm-package-search

This script is a simple jq wrapper to search Elm packages.

Elm packages use the pattern <username>/<packagename> but for me is quite usual to remember only the package name.

This is a fast and dirty solution built upon the fantastic jq tool.

Analytics

Usage

$ elm-package-search http
[
  "evancz/elm-http",
  "jessitron/elm-http-with-headers",
  "rgrempel/elm-http-decorators"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment