New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@evoke-platform/plugin

Package Overview
Dependencies
Maintainers
2
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evoke-platform/plugin

Scaffold a new Evoke platform plugin project

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
2
Created
Source

Evoke Plugin Generator

CodeQL Status

Scaffold an Evoke platform plugin project.

Getting Started

Run the generator with the following:

npx @evoke-platform/plugin

The 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 package

A deployable zip will be created in the target/ directory under the project root, which can be uploaded to an Evoke environment.

License

MIT

Keywords

evoke

FAQs

Package last updated on 17 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts