knpwrs / git.pizza

Find any package's repository, now.

Home Page:https://git.pizza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git.pizza

git.pizza is a site which redirects you to the source code of a given package. Simply go to git.pizza/packagename and you will be redirected to the source code. You can also go directly to git.pizza to use the search UI and change settings.

Currently git.pizza supports the following package registries:

Feel free to open issues requesting more registries!

Scoped Search

You can scope your search to a particular package registry like so:

https://git.pizza/npm/packagename
https://git.pizza/crates/packagename
https://git.pizza/gems/packagename
https://git.pizza/python/packagename

You can scope to multiple package registries as well:

https://git.pizza/npm,crates/packagename

And prefix matches on scope are supported. The following will search for both Ruby and Rust packages:

https://git.pizza/ru/packagename

Fallback

If the package you are looking for cannot be found, or the package registry doesn't have a repostiory linked, you will be redirected to a search on Github.

Why git.pizza?

Why not? It's memorable and it was available.

About

Find any package's repository, now.

https://git.pizza

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%