Skip to content

unpkg lookup tool #67

@ngokevin

Description

@ngokevin

A common workflow I have is I know a component I want, and want to grab the latest unpkg build. Normally, I type in the url unpkg.com/<npmName>/, and go through the index directory, and find the JS file to copy the link of.

I want to add a separate page that just has a search box. In the search box, you type in component names or component npm names. A list will populate providing minified JS files from unpkg.com.

e.g., Search: [log]

[Copy] https://unpkg.com/aframe-log-component@1.0.7/dist/aframe-log-component.min.js
[Copy] https://unpkg.com/aframe-log-component@1.0.6/dist/aframe-log-component.min.js
[Copy] https://unpkg.com/aframe-log-component@1.0.5/dist/aframe-log-component.min.js

It could live on like aframe.io/registry/search with a section for unpkg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions