Live data from Hacker News

Open Source Project Name Checker

github.com

11–20 of 22 posts

Re: Open Source Project Name Checker

#11
post #10

Cool idea. Is that really the only 3 places to check tho? npmjs, GitHub & sourceforge? Have to admit I did this just to see what places there where. How about packaging systems for other languages, like Composer for PHP, PyPI for Python? Or even OS's, like the Debian package repository?

Cool! Adding them right now to txt file, i will implement it today/tomorrow

I'd also like to see bitbucket and even CodePlex.

Re: Open Source Project Name Checker

#12
post #6
post #3

Like the idea, but I'm having trouble interpreting the output. I searched for "stringer" (the name of one of my open source projects) and I see "npmjs" "sourceforge" and "github" with a neutral smile-y face - what does that mean?

neutral smile should mean that name is already used by somebody else in this case i think that's you

How in the world am I going to know that. Please provide a legend or use words.

Re: Open Source Project Name Checker

#13
I entered several projects I contribute to that are hosted on github and registered with rubygems, and got smiley-faced github icons for all of them.

I'm not sure what it's checking on github.

It would probably make a lot of sense to check more of the popular package management hosts too (which all, by their nature, offer convenient API's for doing so). CPAN, Rubygems, PyPI, Bower.

Re: Open Source Project Name Checker

#15
post #6
post #3

Like the idea, but I'm having trouble interpreting the output. I searched for "stringer" (the name of one of my open source projects) and I see "npmjs" "sourceforge" and "github" with a neutral smile-y face - what does that mean?

neutral smile should mean that name is already used by somebody else in this case i think that's you

Maybe include a link to the projects using the name that's already in use.

Re: Open Source Project Name Checker

#20
post #10

Cool idea. Is that really the only 3 places to check tho? npmjs, GitHub & sourceforge? Have to admit I did this just to see what places there where. How about packaging systems for other languages, like Composer for PHP, PyPI for Python? Or even OS's, like the Debian package repository?

Cool! Adding them right now to txt file, i will implement it today/tomorrow

Good luck with the project :-)
Post reply on HN