From 8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 11 Dec 2018 18:10:48 +0300 Subject: (* HUGE *) Use nixpkgs overlays --- pkgs/postcss-plugins/find.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 pkgs/postcss-plugins/find.sh (limited to 'pkgs/postcss-plugins/find.sh') diff --git a/pkgs/postcss-plugins/find.sh b/pkgs/postcss-plugins/find.sh new file mode 100755 index 0000000..732fca1 --- /dev/null +++ b/pkgs/postcss-plugins/find.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +curl --globoff 'https://registry.npmjs.org/-/_view/byKeyword?startkey=["postcss-plugin"]&endkey=["postcss-plugin",{}]&group_level=2' \ + | jq '.rows | map(.key | .[1])' > plugins.json + -- cgit v1.2.3