clib icon indicating copy to clipboard operation
clib copied to clipboard

Install Repository

Open MauroMombelli opened this issue 9 years ago • 2 comments

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/*"]
}

MauroMombelli avatar Jun 07 '15 00:06 MauroMombelli

+1 from me! not sure i'll have the time to implement any time soon though. PRs welcome!

stephenmathieson avatar Jul 14 '15 14:07 stephenmathieson

I think we could support this with git like we did with https://github.com/zetzit/zz

jwerle avatar Jul 23 '20 12:07 jwerle