Skip to content

sharathkumaranbu/topcoder-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

First, install the package, and then run tc-submission-cli command on the root directory of your project with .topcoderrc file. It'll then automatically zip all files under the root directory recursively(except the .topcoderrc file itself) and finally upload the zip file to the TC challenge as a submission.

An example .topcoderrc file should conform to at least the following structure.

{
  "challengeIds": [
    "30095545" // at least one item here
  ],
  "username": "TonyJ",
  "password": "******"
}

About

Topcoder CLI tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%