bundlesize icon indicating copy to clipboard operation
bundlesize copied to clipboard

Become a github tool

Open alexanderepstein opened this issue 7 years ago • 6 comments

I would love to use this as a tool for most of my repositories even the ones that are not written in js. Would it be possible to transform this tool into something that would appear here https://github.com/marketplace similar to the Travis CI or Codacy.

For example I would love to use this to get updates on bundlesize in a repository with shell scripts but don't want to add node modules to the project just to accomplish this (just adds to the bundlesize I am trying to keep as low as possible).

alexanderepstein avatar Jul 04 '17 14:07 alexanderepstein

That's a very interesting point. I will definitely look into it.

siddharthkp avatar Jul 04 '17 14:07 siddharthkp

Whoops, they turned it down.

This is from the docs:

OAuth Apps should have a minimum of 1000 users. GitHub Apps should have a minimum of 250 installations.

siddharthkp avatar Jul 20 '17 09:07 siddharthkp

Huh I don't understand according to your npm statistics you seem to meet both of these requirements. 7,150 downloads in the last month.

alexanderepstein avatar Aug 01 '17 00:08 alexanderepstein

Sadly, downloads does not equate proportionally to users.

bundlesize is a oauth app right now with a lot less than 1000 users.

I probably should convert it into a github app because 250 installations is an easier target. To be honest, it doesn't really help in the setup (because of the manual CI variables step). But, to be featured on the marketplace would be pretty cool.

siddharthkp avatar Aug 01 '17 08:08 siddharthkp

Huh I don't understand according to your npm statistics you seem to meet both of these requirements. 7,150 downloads in the last month.

For what it's worth, number of npm downloads is not a very good measure of popularity. Poorly-configured CI systems will download dependencies fresh on every single build, so the build of one single project can result in hundreds or thousands of downloads of a package per month, even if there's only a few people working on it.

Daniel15 avatar Sep 06 '17 05:09 Daniel15

@Daniel15 Yep, vanity metrics 😄

I track repos separately, that's the one true metric that matters for me

siddharthkp avatar Sep 06 '17 06:09 siddharthkp