Closed SKalt closed 3 months ago
like pkg/* should let me use any of the pkg/* directories' names as scopes.
pkg/*
On further thought, I think a simple script that generates all or part of the repo's config file should be sufficient -- something like
#!/bin/sh find pkg -type d -maxdepth 1 -mindepth 1 | sed 's#^pkg/##g'
And then use something like cog or shout to inline the output
cog
shout
like
pkg/*
should let me use any of thepkg/*
directories' names as scopes.