meteor/meteor

Feature - Add TypeScript variations to `meteor create`

開放

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

 (18 則留言) (0 個反應) (0 位負責人)JavaScript (5,257 個分叉)batch import
good first issuehacktoberfestidle

倉庫指標

星標
 (44,781 顆星)
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.

貢獻者指南