cargo-psibase
package command improvements
#824
Labels
Dev Experience
Related to the experience of developers
cargo-psibase
package command improvements
#824
I propose the commands:
cargo psibase package new package_name
- generates a skeleton package namedpackaged_name
--description=example
--service=serv1
--server=serv2
--plugins=plugin1
Creates the package format demoed in
./rust/test_package
. It should create the same basic service for each generated service, the same basic plugin for each generated plugin. To generate plugins, we can rely on the user already havingcargo component
installed, so we can just runcargo component new --lib --namespace serv1 plugin
to generate the plugin forserv1
in a subdirectory calledplugin
.The text was updated successfully, but these errors were encountered: