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.
$ npm install
$ bower install
$ grunt serve
Open http://localhost:9001 in your browser.
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
Fahad Ibnay Heylaal (maintainer) | Sindre Sorhus |
MIT © The Bower team