erming/shout

Managing client-side libraries

Open

#479 opened on Sep 26, 2015

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (3,640 stars) (293 forks)batch import
enhancementhelp wanted

Description

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?

Contributor guide