A command line interface for managing WebAssembly plugins from the wpstore repository.
go install github.com/ploffredi/wpcli@latest
The CLI provides the following commands:
wpcli list
This command will display a list of all available plugins from the wpstore repository.
wpcli info [plugin-name]
This command will display detailed information about a specific plugin.
To build the CLI from source:
git clone https://github.com/ploffredi/wpcli.git
cd wpcli
go build
MIT