toddcooke / namechecker

Find out if your project name is taken

Home Page:https://namechecker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name Checker

This is a tool for finding out if a project name is taken already. Instead of checking apt, npm, GitHub, etc, for the name of your project, you can use this tool to search many places at once.

259210364-b9cfd076-568f-4098-9696-680b3c5d9ebc

Check it out at https://namechecker.vercel.app

TODO

  • Count - or _ as taken. Searching hello-world should count as taken if hello_world exists
  • Add fuzzy check option. Searching hello should count as taken if hello-world exists
  • More accurate go.dev package search. Searching asdf should return the package named asdf with the most imports.
  • Filter by popularity. With this filter option on, searching kubernetes should not return results with fewer than n stars.

About

Find out if your project name is taken

https://namechecker.vercel.app

License:MIT License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.1%Language:CSS 0.6%