clib
clib copied to clipboard
Install Repository
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/*"]
}
+1 from me! not sure i'll have the time to implement any time soon though. PRs welcome!
I think we could support this with git
like we did with https://github.com/zetzit/zz