You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
Supporting templates that cover all use-cases is impossible so I'd like to add --template option. --template option allows you to use other templates that create-kintone-plugin has.
--template option accepts a path to a template directory or a npm package name like the following.
create-kintone-plugin --template ./path/to/template/directory
// or
create-kintone-plugin --template @koba04/kintone-plugin-template-babel
Supporting templates that cover all use-cases is impossible so I'd like to add
--templateoption.--templateoption allows you to use other templates that create-kintone-plugin has.--templateoption accepts a path to a template directory or a npm package name like the following.