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.
| Option | Required | Description |
|---|---|---|
--name | The project name and target directory. If a name is specified, the project will be created under the current directory. | |
--template | A template for the generated plugin. Default: javascript |
Available Templates
| Template | Description |
|---|---|
javascript | JavaScript-based plugin template |
typescript | TypeScript-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:
- Project name (if
--nameis not specified) - Plugin name, description, and website URL for each supported language
Supported Languages
- English (en) - Required
- Japanese (ja)
- Chinese (zh)
- Spanish (es)