Skip to content

Commit

Permalink
Merge pull request #84 from kintone-labs/hotfix_update-readme
Browse files Browse the repository at this point in the history
hotfix: update README.md to include change directory
  • Loading branch information
TomokoMiyake authored Apr 21, 2023
2 parents 8506177 + 903795e commit e01850f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ If --quick flag is specified, Kintone CLI will init a project with default param

Ask if user wants to create-template after finishing init project.
### 2. Create customization / plugin template
Go to the project forder.
```
cd {project name}
```
Create a JS customization or a plugin project structure under the project folder.
```
kintone-cli create-template
[--quick]
Expand All @@ -63,9 +68,6 @@ kintone-cli create-template
[--app-name <appName>]
[--app-id <App ID (for Customization) >]
```

Create a JS customization|plugin folder structure in project folder.

If the flag --quick existed, CLI will use all default variable for other flags. You can override some by setting its flag like:
``
kintone-cli create-template --quick --type Plugin
Expand Down

0 comments on commit e01850f

Please sign in to comment.