@wallive/plugin-cli
v0.1.1
Published
Build and dev CLI for Wallive Island plugins.
Readme
Wallive Plugin CLI
Build and dev tooling for Wallive Island plugins.
wallive-plugin build --entry src/index.tsx --outfile dist/index.js
wallive-plugin dev --entry src/index.tsx --outfile dist/index.jsbuild bundles TypeScript/TSX with esbuild for Node. dev rebuilds on source changes and touches .wallive-dev-reload or WALLIVE_PLUGIN_RELOAD_MARKER so Wallive can restart enabled local plugins.
