@evoke-platform/plugin
v1.3.0
Published
Scaffold a new Evoke platform plugin project
Readme
Evoke Plugin Generator
Scaffold an Evoke platform plugin project.
Getting Started
Run the generator with the following:
npx @evoke-platform/pluginThe generator will prompt you for a project name and a directory name. The project name must adhere to npm package naming conventions.
The scaffolded project includes a sample widget. Generate a deployable zip with:
cd plugindir
npm run packageA deployable zip will be created in the target/ directory under the project root, which can be uploaded to
an Evoke environment.
