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.
Currently,
manifest.jsonis generated by https://github.com/kintone/create-plugin/blob/master/src/manifest.ts, which is tightly coupled with the minimum template so it makes adding another template harder.So I'd like to move
manifest.jsoninto each templates.Is it possible only to use
lodashtemplate as well as https://github.com/kintone/create-plugin/blob/master/templates/minimum/package.json.tmpl?