Can make it with any template ? #378
-
i want to make it with my template kool create nextjs my-project --template=initial-project |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @prawee ! Right now we don't have this ability - to pass in arbitrary extra options to the So we are talking to have the option to pass in any extra arguments to What do you guys think? cc @danielsuguimoto @dbpolito @fbrissi (thinking about Java presets) |
Beta Was this translation helpful? Give feedback.
Hello @prawee !
Right now we don't have this ability - to pass in arbitrary extra options to the
kool create
command. It would certainly be interesting to have, I believe, as many "create project" CLI do have specific/edge options that one may want to use.So we are talking to have the option to pass in any extra arguments to
kool create
and then proxy them to the commands used for the presetcreate:
config.What do you guys think? cc @danielsuguimoto @dbpolito @fbrissi (thinking about Java presets)