Replies: 1 comment
-
|
💯 to the Something like the above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! So far I am really liking this framework, thanks all for the great efforts!
The Problem
I find the
blitz installcommand to be more closely related with only installing stuff, (that was my first impression) while a recipe can do more things, including but not restricted to: install dependencies, add configuration files, run codemods, add files, remove files, update files, etc.The Solution
If the
blitz installrecipe would be named different, something likeblitz recipe. In that way, users would know that something will happen on their code, not only their dependencies.Examples:
blitz recipe cook tailwindblitz recipe cook sentryblitz recipe cook material-uiExtra info
By creating a new
blitz recipecommand, extra features likeblitz recipe createcan be added to easily scaffold new recipes.Beta Was this translation helpful? Give feedback.
All reactions