Last active
October 1, 2015 19:51
-
-
Save ezarko/01fdf47722cb6cd8873f to your computer and use it in GitHub Desktop.
Search static website generators
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# search for Perl based projects updated in the last 3 months (as of 1/1/2015) | |
perl -MJSON -e '$d=decode_json scalar `curl https://staticsitegenerators.net/list.json 2> /dev/null`;print map {"$_->{name}\n"} grep {$_->{language} eq "Perl" && $_->{updated_at} =~ /^2015-0[789]/} @$d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment