erming/shout

Managing client-side libraries

Open

#479 geöffnet am 26. Sept. 2015

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (293 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (3.640 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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