是否有 Mustache.js 的规范分支?
我正在考虑将 Mustache.js 拖入项目中,并快速浏览一下其网络图 透露它有大量致力于分叉的项目。
其中任何一个被认为是规范的/优选的吗?或者我最好从下载 janl 的原始发行版开始,直到我需要来自 fork 的东西?
I'm looking at pulling mustache.js into a project, and a quick glance at its network graph revealed that it has a ton of heavily-committed-to forks.
Are any of these considered canonical/preferable? Or am I best off starting with a download of janl's original distribution until I need something from a fork?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这始终是一件艰难的事。如果根存储库可以满足您的需要并且看起来没有问题,那么最好从那里开始。除非根存储库的所有者特别声明积极的开发已转移到特定的分支。您以后可以随时探索叉子,甚至可以制作自己的叉子并将您想要的东西放入其中。
This is always a tough one. If the root repo does what you need and doesn't seem buggy, it's best to start there. Unless the owner of the root repo has specifically stated that active development has been passed on to a specific fork. You can always explore forks later, or even make your own fork and pull the stuff you want in to it.