1.1.0 • Published 4 years ago

tis-cli v1.1.0

Weekly downloads
-
License
GNU GPLv3
Repository
-
Last release
4 years ago

techIntern.school Command Line Interface

This CLI is used to submit solutions to techIntern.school's project challenges.

Installation

npm install tis-cli

Commands

This package exposes a global tis that can be called from npm scripts or ./node_modules/.bin/tis.

Setup

Command: tis setup Description: run this once after installing to link your account to the command line interface.

Run

Command: tis run {challenge_directory} Description: run this command to submit your solution in challenge directory.