good first issuehacktoberfestidle
描述
Currently
Today, when using the meteor create command, we can only add one flag in the command, making the following command impossible:
meteor create vue-app --vue --typescript
The command above generates a react with typescript app.
Proposal
What should happen is that every command should have a typescript counterpart, and it could be called by either passing those two flags or just --ts-vue or --ts-solid.
Todo:
-
Create typescript app for every framework(and test if all works ok):
- Apollo
- Blaze
- Vue
- Vue2
- Solid
- Svelte
-
Adjust the CLI to take more arguments and be able to create those apps.