erming/shout

Managing client-side libraries

Open

#479 创建于 2015年9月26日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (3,640 star) (293 fork)batch import
enhancementhelp wanted

描述

Server-side libraries are greatly managed/manageable by npm. Among other things, we can easily track their evolution and follow security announcements (thanks to David for example), we know they come from upstream and are not tricked to our needs, ...

Not so much for client-side libraries! Furthermore, PRs such as https://github.com/erming/shout/pull/311/files (582 new lines!) and https://github.com/erming/shout/pull/337/files (841 new lines!!) ship outrageous amounts of code in our very hands. I am not familiar with them, but I know there are many package management for these, and we should be investigating a bit on that. Any experienced users there?

贡献者指南