You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I have this application distribution utility that I have written: https://github.com/prettydiff/biddle . In an upcoming version I plan to fully transition from HTTP to IPFS prettydiff/biddle#50 . All this work will be unnecessary if a better solution is already present. A solution to application management already exist for IPFS?
Here is a brief run down of biddle design goals:
Identical commands cross operating systems
complete management of applications by name, version, local file system location
publication of applications in various forms
application installation: fetch the data, run any specified install/configuration steps as defined in an application's package.json file
simplified status checks (determine if an installed application is out of date by a simple command and only update as necessary)