davidjbradshaw / search

Search for Bower packages

Home Page:http://bower.io/search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bower search

Search for Bower packages

Make sure to include keywords in your bower.json as the search will make use of those.

Check out the back-end to see how the data is aggregated.

It usually takes an hour for new components to show up on the site.

Issues regarding packages should be reported on the Bower repo.

Using

$ npm install
$ bower install
$ grunt serve

Open http://localhost:9001 in your browser.

Handling duplicates

Quickest way to hide any unwanted package name from appearing in search results, is to add the name to js/config/ignore.js file.

There are also cases when one popular package URL can end up being registered multiple times with various names. In that case, you can whitelist that package's URL by specifying a preferred name in js/config/whitelist.js file.

There is a Grunt task available that produces a nice list of duplicates in duplicates.json file that require some manual love.

You can generate an updated list by running:

$ grunt duplicates

Credit

Fahad Ibnay Heylaal Sindre Sorhus
Fahad Ibnay Heylaal (maintainer) Sindre Sorhus

License

MIT © The Bower team

About

Search for Bower packages

http://bower.io/search


Languages

Language:JavaScript 78.1%Language:CSS 21.9%