开发者

When creating a public GitHub repo, what's the best way to deal with 3rd party libs?

Should I include 3rd party libs in my public repo, or just add them as a requireme开发者_如何转开发nt in a readme?


Is it a library stored in git and you are tracking an unstable or development tree? Use git submodule.

If the library is not stored in git, but you are tracking an unstable tool, write a small shell script to automate your life of fetching the required source.

Is it a released library? Require the user to provide it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜