1.0.3 • Published 5 years ago

topcoder-cli-mk v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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": "******"
}