Skip to content

january108/kintone-plugin-gantt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kintone Plug-in Gantt

kintone でガントチャートを表示するプラグインです。
cybozu社が作成したプラグインサンプルをカスタマイズしたものです。

  • 着色設定を任意に(全てデフォルト色)
  • 担当者をツールチップに表示
  • 担当者ごとに色分け(着色指定しない場合)

Requirement

  • Node.js v6 or later

How to Use

$ npm install -g @kintone/plugin-packer
$ kintone-plugin-packer <plug-in dir> [--ppk <key file>]

For more information, please check the following pages.

Output Files

Plug-in Package

パッケージングされたプラグイン。

plugin.zip

Private Key

kintoneでプラグインを一意に識別するためのキー。

<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-examples
$ cd plugin-examples
$ npm install -g @kintone/plugin-packer
$ kintone-plugin-packer examples/colorcell
Succeeded: /tmp/plugin-examples/examples/plugin.zip
$ ls examples/*.ppk
examples/dhcpcmonencgafiddfaofdfednmjnbem.ppk

1回め(例)

kintone-plugin-packer ganttchart/

2回め(例)

プラグインのIDキーを指定する。

$ kintone-plugin-packer --ppk pluginid.ppk ganttchart/

Install Plug-in

パッケージングしたZipファイルはこちらをどうぞ。
ただし、不具合がある場合はご容赦ください。また、問い合わせはご容赦ください。

インストール方法は、以下のリンクを参照してください。 See the following document.

en

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

ja

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

Using

Licence

Copyright(c) 2021 january108
Release under MIT License
https://opensource.org/licenses/mit-license.php

Copyright(c) Cybozu, Inc.
Release under MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.4%
  • JavaScript 35.7%
  • HTML 16.9%