Skip to content

Instantly share code, notes, and snippets.

@ezarko
Last active October 1, 2015 19:51
Show Gist options
  • Save ezarko/01fdf47722cb6cd8873f to your computer and use it in GitHub Desktop.
Save ezarko/01fdf47722cb6cd8873f to your computer and use it in GitHub Desktop.
Search static website generators
# 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