meteor/meteor

Feature - Add TypeScript variations to `meteor create`

Open

#12,792 创建于 2023年9月26日

在 GitHub 查看
 (18 评论) (0 反应) (0 负责人)JavaScript (5,257 fork)batch import
good first issuehacktoberfestidle

仓库指标

Star
 (44,781 star)
PR 合并指标
 (平均合并 9天 9小时) (30 天内合并 21 个 PR)

描述

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.

贡献者指南