1.0.12 • Published 2 years ago

type-challenge-helper v1.0.12

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

type-challenge-helper

Intro:

This tool will help you to fetch files from type-challenge.

Enable you to use type-challenge efficiently.

Enable type now:

  • warm
  • easy
  • medium
  • hard
  • extreme

Before use:

when you use this tool, ensure you have

  • A folder
  • Install the typescript in your folder
  • Have tsconfig.js in your folder

Install:

npm install -g type-challenge-helper github-files-fetcher

Usage:

usage

use like this:

tch (type-challenge title)

eg:

tch Pick

This shell will generate a dir which name is same as the title, and include two files fetch from type-challenge: template.ts and test-cases.ts.

Then just write your code in template.ts and check it in test-cases.ts

✨TODO:

  • Directly fetch the template and test-cases.ts from type-challenge
  • implement the remaining type in const.js
  • handle all the errors
  • timeout and network error
  • Fetch template file and typescript config
  • scaffold

Not work?

This tools relays on your network, if you got a empty folder, follew the below:

Setp1:

ensure you install the whole deps, run the command in your termainal

tch

then

fetcher

step2:

try to fetch files from github

fetcher --url=https://github.com/type-challenges/type-challenges/blob/main/questions/00191-medium-append-argument/template.ts

if no files, means your network is bad, try to improve that

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago