valist-io / valist

Web3-native software distribution. Publish and install executables, Docker images, WebAssembly, and more. Powered by Ethereum, IPFS, and Filecoin.
https://valist.io
Mozilla Public License 2.0
116 stars 6 forks source link

Basic typescript CLI for publishing and fetching. #281

Closed jiyuu-jin closed 2 years ago

jiyuu-jin commented 2 years ago

With the new Valist v2.1 contract migration, the current Valist go-cli is no longer working.

Users need a simple CLI that supports publishing, fetch by path, and installing.

Since the CLI shares much of the same core functionality as the upcoming electron client, this is a great opportunity to also implement much of the same logic in typescript.