-
Tried to search for yarn package (https://yarnpkg.com) mentioned in |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
With NPM and Yarn you can install packages direct from GitHub with |
Beta Was this translation helpful? Give feedback.
-
GitHub only tracks 2 weeks a time so numbers are rough estimates, but they are probably in the lower end rather than the higher. Ideally I would have my own server tracking downloads and also separating binaries on a platform basis (serving only Linux binaries to clients on Linux). That's one feature NPM has rejected and ignored without any feedback. (NPM doesn't give a shit about our feedback). |
Beta Was this translation helpful? Give feedback.
-
Thank you guys for bringing more light into this. Cheers |
Beta Was this translation helpful? Give feedback.
With NPM and Yarn you can install packages direct from GitHub with
npm i <username>/<repo>
and skip the NPM repo. I do that with my package https://github.com/e3dio/packBytes because publishing to NPM is a hassle so I just use Github. So where you are looking is not there, but Github tracks number of clones so you can see downloads etc