@topcoder/topcoder-cli
v1.0.4
Published
A CLI tool to interact with Topcoder systems.
Downloads
3
Readme
Topcoder CLI
===
Build Status:
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 commandtopcoder submit --help
will display the help content related to making topcoder submission using CLI