Make create-kubit
smarter
#64
Labels
package:create-kubit
Pertains to kubit scaffolding
status:accepted
We have accepted this request and plan to do it but aren't sure when
type:feature
New feature or request
Right now it just copies over the contents of
templates/web/
into your directory, then runscp .env.example .env
for you, but we can take this a step further and make it smarter by generating the.env
based off.env.example
as a template. Like it will seeAPP_KEY
in there and generate it for you already.Then we can also have it update
package.json
with the latest version ofkubit
so that way every call will always ensure the latest is installed not the one that is in the template.The text was updated successfully, but these errors were encountered: