CLI tool for building and packaging Pixra plugins
npm install @pixra/plugin-cliCLI tool for building and packaging Pixra plugins.
``bash`
pnpm i -D @pixra/plugin-cli
`bashBuild plugin
pixra-plugin build
Compiles the plugin source code. Automatically detects TypeScript or JavaScript files.
Creates a ZIP file containing the plugin manifest, compiled code, and README.
Runs in watch mode, automatically rebuilding when source files change.