tis-cli
v1.1.0
Published
This CLI is used to submit solutions to techIntern.school's project challenges.
Readme
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.
