private-bower icon indicating copy to clipboard operation
private-bower copied to clipboard

How can I add my local components to private repository

Open nag9329 opened this issue 9 years ago • 1 comments

Hi,

I've installed the add-on and configured myBowerConfig.json file. I don't want any bower component to be fetched from the github/internet. So, made the "disabled":true in "public" after I installed the add on.

I've many bower components locally on my drive. All, I need is to copy those components to private bower repository. But, I don't know where to add my local bower components to the private repository. Any help would be appreciated.

End goal: When any of the users enters bower install (component name). It should install only if the component is present in my private repository.

Thanks

nag9329 avatar Aug 09 '16 01:08 nag9329

You'll use the API to register the components.

willpracht avatar Jan 22 '18 23:01 willpracht