Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make create-kubit smarter #64

Open
joshmanders opened this issue Mar 12, 2024 · 0 comments
Open

Make create-kubit smarter #64

joshmanders opened this issue Mar 12, 2024 · 0 comments
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

Comments

@joshmanders
Copy link
Member

Right now it just copies over the contents of templates/web/ into your directory, then runs cp .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 see APP_KEY in there and generate it for you already.

Then we can also have it update package.json with the latest version of kubit so that way every call will always ensure the latest is installed not the one that is in the template.

@joshmanders joshmanders added type:feature New feature or request status:accepted We have accepted this request and plan to do it but aren't sure when package:create-kubit Pertains to kubit scaffolding labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant