npm-ipfsify

1.0.3 • Public • Published

npm-ipfsify

Node.JS Package Management for the Distributed Web

Converting Package

Install npm-ipfsify:

npm install npm-ipfsify

Convert package from NPM to IPFS:

npm-ipfsify hello-world-npm

Convert specific version of package:

npm-ipfsify hello-world-npm@1.1.1

Using Converted Packages

const helloWorld = require("/ipfs/QmZ1KUC97ayyG7xCEKLP8C5twSwaGG4tbFXVeQfQTqskPy");

console.log(helloWorld.helloWorld());

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i npm-ipfsify

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

14.1 kB

Total Files

5

Last publish

Collaborators

  • zachdeibert