JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

add `is_pkgname_similar` #484

Open anandijain opened 1 year ago

anandijain commented 1 year ago

i refactored a bit to make it easier to check if your package name is too similar to existing package names

i think tests rely on having the uncompressed General, so I don't know if tests pass yet.

the reason I wanted this is so I could build a pkg_search function that lets me search for packages from the repl

very sorry for juliaformatter