Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Repository #115

Open
MauroMombelli opened this issue Jun 7, 2015 · 2 comments
Open

Install Repository #115

MauroMombelli opened this issue Jun 7, 2015 · 2 comments

Comments

@MauroMombelli
Copy link

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/*"]
}
@stephenmathieson
Copy link
Member

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

@jwerle
Copy link
Member

jwerle commented Jul 23, 2020

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

@jwerle jwerle changed the title fetch all file Install Repository Jul 23, 2020
@Isty001 Isty001 added this to To do in clib project Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
clib project
  
To do
Development

No branches or pull requests

3 participants