Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

topcoder-archive/topcoder-platform-topcoder-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topcoder CLI

===

Build Status:

CircleCI npm (tag) GitHub issues

Installation

  • Install the package via npm cli
npm i -g @topcoder/topcoder-cli

Usage

  • To understand the commands supported by Topcoder CLI, after installing the package run topcoder --help which would list out all supported commands.

  • If you need to understand the options available with each command, run topcoder [ command ] --help. E.g. Executing the command topcoder submit --help will display the help content related to making topcoder submission using CLI