Skip to content

Instantly share code, notes, and snippets.

@SaschaMann
Created January 17, 2020 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaschaMann/43424d20d194d407092a59e2722f1faf to your computer and use it in GitHub Desktop.
Save SaschaMann/43424d20d194d407092a59e2722f1faf to your computer and use it in GitHub Desktop.
function main(outfile)
out = """documentation:
- docs/**/*
"""
for slug in readdir("languages")
isdir(joinpath("languages", slug)) || continue
out *= """track/$slug:
- languages/$slug/**/*
"""
end
write(outfile, out)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment