meteor/meteor

Feature - Add TypeScript variations to `meteor create`

Open

#12,792 建立於 2023年9月26日

在 GitHub 查看
 (18 留言) (0 反應) (0 負責人)JavaScript (44,781 star) (5,257 fork)batch import
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.

貢獻者指南