polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
170 stars 52 forks source link

CLI: Create Interfaces Sub-Command #770

Closed dOrgJelli closed 2 years ago

dOrgJelli commented 2 years ago

Implement the interface sub-command, in order to support the following devexp:

polywrap interface create
polywrap interface create --template ${git-url}
polywrap interface build
polywrap interface publish (ENS & IPFS)

This issue can be closed once the interface sub-command has been implemented. Not all sub-commands above are required, as there are dependencies on other issues.

dOrgJelli commented 2 years ago

Going to close this for now since we are not going with the polywarp <project-type> <command> structure anymore. Instead you can simply use polyarp <command> with any compatible project type.