README
@userdive/kaizenplatform-plugin
Table of Contents
Install
npm install @userdive/kaizenplatform-plugin
Usage
import Agent from "@userdive/agent";
import Plugin from "@userdive/kaizenplatform-plugin";
const agent = new Agent("projectId", "auto");
agent.provide("kaizenplatform-plugin", Plugin);
agent.require("kaizenplatform-plugin");
agent.run("kzs", "getVariation");
Contribute
PRs accepted. join us
License
GPLv3. Full license text is available in LICENSE