Skip to content

kintone-samples/sample-AI-plugin

Repository files navigation

AI-plugins

Setup

npm run setup

develop plugins

  1. first prepare .env
touch ./plugins/PLUGIN_NAME_DIRECTORY/.env
KINTONE_BASE_URL=
KINTONE_USERNAME=
KINTONE_PASSWORD=
  1. develop and upload
npm run develop

with watch mode

npm run develop:watch

Build production plugin

build

npm run build

build and upload

npm run production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published