ipmjs / gx-node

A gx package manager environment tool for node.
MIT License
12 stars 0 forks source link

bower packages #2

Open tony opened 8 years ago

tony commented 8 years ago

handle downloading bower packages. would really like to cut the node dependency out of my golang/python projects.

lbennett-stacki commented 8 years ago

We certainly could build a mirroring service which would allow you to point bower to an IPFS-level registry service that handles the discovery and download of bower modules and it's dependencies to immutable ipfs objects/gx pacakges. I suggest we pop it up as a whole other repo, maybe bower-registry-ipfs-mirror and then we can find a way to include it as a dependency for gx-node Just like the npm mirror seen in diasdavid/registry-mirror.