topcoder-cli-moiz1

1.0.7 • Public • Published

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

/topcoder-cli-moiz1/

    Package Sidebar

    Install

    npm i topcoder-cli-moiz1

    Weekly Downloads

    1

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    30 kB

    Total Files

    22

    Last publish

    Collaborators

    • moizk