Skip to main content

plugin init

The plugin init command allows you to initialize a new kintone plugin project.

This feature is under early development.

Example

cli-kintone plugin init \\
--name ${project_name} \\
--template ${template_name}

Options

See Options page for common options.

OptionRequiredDescription
--nameThe project name and target directory.
If a name is specified, the project will be created under the current directory.
--templateA template for the generated plugin.
Default: javascript

Available Templates

TemplateDescription
javascriptJavaScript-based plugin template
typescriptTypeScript-based plugin template

See plugin-templates for more details.

Interactive Prompts

When you run plugin init, you will be prompted to enter the following information:

  1. Project name (if --name is not specified)
  2. Plugin name, description, and website URL for each supported language

Supported Languages

  • English (en) - Required
  • Japanese (ja)
  • Chinese (zh)
  • Spanish (es)