forked from clarkbw/npm-package-search
A WebExtension that uses the keyword docker
to trigger a search of the Docker images in Docker Hub.
Requirements:
- MacOS 10.15.4
- Node.js 12.14.0
- yarn 1.22.0
Here's how you can get setup to develop.
yarn install
yarn run build:watch
To generate extension xpi
yarn run build
Here are some example results from the MDN Search.
- alpine search: https://registry.hub.docker.com/v1/search?q=alpine
Follow the instructions for developing WebExtensions.
MPL v2