create-owncast-plugin
v0.6.0
Published
Scaffold a new Owncast plugin, `npm create owncast-plugin <name>`
Readme
create-owncast-plugin
Scaffold a new Owncast plugin project.
npm create owncast-plugin my-plugin
# or:
npx create-owncast-plugin my-pluginDrops a working starter project into ./my-plugin/ with:
plugin.manifest.json, name, version, permissionssrc/plugin.js, your handler code__tests__/plugin.test.json, sample scenario testpackage.json, pre-wired with@owncast/plugin-sdkand thebuild/testscripts
Then:
cd my-plugin
npm install # postinstall fetches the wasm toolchain
npm run build # produces my-plugin.wasm + my-plugin.ocpkg
npm testFull author guide: Owncast Plugin Author Guide
License
MIT
