jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

feat: IPFS support #79

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds IPFS support for JSPM generator, allowing for the installation of packages over the IPFS protocol.

By default it uses the Brave browser gateway, allowing for the easy generation of import maps against IPFS static pages in brave and is fast since the client speaks directly to the node in the Brave browser.

Further workflow work pending!