Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpkg lookup tool #67

Open
ngokevin opened this issue Jun 19, 2017 · 1 comment
Open

unpkg lookup tool #67

ngokevin opened this issue Jun 19, 2017 · 1 comment

Comments

@ngokevin
Copy link
Member

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.

@ngokevin
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant