Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 06b4b3a

Browse files
committedDec 16, 2019
Setting up Github pages
1 parent 7b72ec2 commit 06b4b3a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed
 

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
topcoder-cli
1+
# Topcoder CLI
22
===
33

44
#### Build Status:
55
[![CircleCI](https://circleci.com/gh/topcoder-platform/topcoder-cli/tree/master.svg?style=svg)](https://circleci.com/gh/topcoder-platform/topcoder-cli/tree/master) ![npm (tag)](https://img.shields.io/npm/v/@topcoder/topcoder-cli/latest.svg?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/topcoder-platform/topcoder-cli.svg?style=plastic)
66

7-
# Installation
7+
## Installation
88

99
- Install the package via npm cli
1010

1111
``` node
1212
npm i -g @topcoder/topcoder-cli
1313
```
1414

15-
# Usage
15+
## Usage
1616

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

‎docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Topcoder CLI
2+
===
3+
4+
## Installation
5+
6+
- Install the package via npm cli
7+
8+
``` node
9+
npm i -g @topcoder/topcoder-cli
10+
```
11+
12+
## Usage
13+
14+
* To understand the commands supported by Topcoder CLI, after installing the package run `topcoder --help` which would list out all supported commands.
15+
16+
* 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
17+

0 commit comments

Comments
 (0)
This repository has been archived.