We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Let clib to fetch all the file in the repository without having to manually include one by one.
something like:
{ "src": ["*"] }
witch may be more complex:
{ "src": ["src/*", "include/*"] }
Status