Skip to content

Instantly share code, notes, and snippets.

@LLFourn
Created February 23, 2016 03:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LLFourn/f11d35557efe2088ffe7 to your computer and use it in GitHub Desktop.
Save LLFourn/f11d35557efe2088ffe7 to your computer and use it in GitHub Desktop.
create META6.json provides
use File::Find;
.say for find(dir => "lib", name => /\.pm6$/)».Str.map({"\"{.subst("lib/","").subst("\.pm6","").subst("/","::",:g)}\" : \"$_\","}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment