![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
get-repo-images
Advanced tools
An extremely fast repository crawler to find images across multiple repos
As Shopify has scaled, our usage of illustrations in code has become fragmented across 6000+ repositories. We recently updated our illustration style and finding the illustrations, prioritising them, removing or updating them across our codebase was a challenge. We hope that get-repo-images
will be useful for anyone maintaining images at scale.
Status | Owner | Help |
---|---|---|
Experimental | @polaris-team | New issue |
Start a website at at http://localhost:3000 to browse, sort and filter images from alex-page/alexpage.com.au
$ npx get-repo-images -repo alex-page/alexpage.com.au
Create the files for a Next.js website into the ./repo-images-site
directory
$ npx get-repo-images -build -repo alex-page/alexpage.com.au
Note: If you want to run the website you can run
cd repo-images-site && npm i && npm run dev
Generate a JSON file with results to ./images.json
$ npx get-repo-images -json -repo alex-page/alexpage.com.au
Private repositories
Add a personal access token for private repositories. Replace TOKEN
with your token.
$ get-repo-images watch -repo alex-page/alexpage.com.au -token TOKEN
Advanced usage
To get the images from multiple repositories, specific image extensions, minimum image sizes you can add more options to the repos.config.json
:
$ get-repo-images watch -settings get-repo-images.json
// get-repo-images.json
{
"repos": [
{
"repo": "shopify/android",
"minSize": 1000,
"extensions": ["webp"],
"usageMatchers": ["drawable"],
"usageNoExtension": true
},
{"repo": "alex-page/harmonograph.art"},
]
}
We welcome contributions to this repo, both in the content and the codebase, and are happy to help! Have a feature request or found a bug? Submit a new issue.
Release a new version
Update the package.json
file to the next semantic version. Push the changes to GitHub and then create a release.
get-repo-images is built using the following technologies:
FAQs
An extremely fast repository crawler to find images across multiple repos
The npm package get-repo-images receives a total of 0 weekly downloads. As such, get-repo-images popularity was classified as not popular.
We found that get-repo-images demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.