Skip to content

zachdeibert/npm-ipfsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());

About

Node.JS Package Management for the Distributed Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published