kintone Plug-in SDK

This SDK includes kintone plug-in packaging tool.

Requirement

  • A bash shell
  • zip and openssl libraries are required on Windows using Cygwin.

How to Use

$ package.sh <plug-in dir> [<key file>]

Output Files

Plug-in Package

plugins/<plug-in id>/plugin.zip

Private Key

keys/<plug-in dir>.<plug-in id>.ppk

Do not lose the private key! Keep the .ppk file secret and in a safe place. You'll need it later if you want to update the plug-in.

Example

$ cd /tmp
$ git clone https://github.com/kintone/plugin-sdk
$ cd plugin-sdk
$ ./package.sh examples/colorcell
Plugin ID: lnamdpliafiofedbofmbgijdjpgebobo
Plugin file: /tmp/plugin-sdk/plugins/lnamdpliafiofedbofmbgijdjpgebobo/plugin.zip
Private key file: /tmp/plugin-sdk/keys/colorcell.lnamdpliafiofedbofmbgijdjpgebobo.ppk

Install Plug-in

See the following document.

en

https://help.cybozu.com/en/k/admin/plugin.html

ja

https://help.cybozu.com/ja/k/admin/plugin.html

Licence

MIT License

Copyright

Copyright(c) Cybozu, Inc.