Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 698 Bytes

ts类型体操题目创建

介绍

之前在刷type-challenges的时候,为了记录自己的学习过程,每次都要创建一个题目,有题目内容template.ts, 和测试文件test-cases.ts。所以写了一个cli根据type-challenges中的题目序号自动创建这两个文件。

安装

npm install -g ts-subject-create

使用

ts-subject-create init

提示你创建一个type-challenges的项目,然后cd到你创建的项目中

ts-subject-create setup

会提示输入type-challenges中的题目序号,把type-challengesquestions中对应的题号输入即可

觉得用的可以的话,麻烦留个star哦!!!