-
-
Notifications
You must be signed in to change notification settings - Fork 798
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
[legacy-framework] add prompt to blitz new
to choose javascript or typescript
#2739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but let's wait to merge until all the basics are working with JS
Makes sense. By all the basics working, do you mean closing this issue: blitz-js/legacy-framework#462 first? |
@beerose yeah, blitz generate should work |
blitz new
commandblitz new
to choose javascript or typescript
blitz new
to choose javascript or typescriptblitz new
to choose javascript or typescript
Added a language prompt (TypeScript or JavaScript) for the
blitz new
command.TS is the default option, and it's still possible to pass the
--js
flag (it won't show the prompt is a user passed this flag).What are the changes and their implications?
Bug Checklist
Feature Checklist