1.0.5 • Published 2 years ago

ts-subject-create v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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中对应的题号输入即可