0.2.1 • Published 5 years ago

csgo-cli v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

CSGO-Cli · Build Status

get CSGO professional infomation easily via cli, match, team and player.

Install

To use csgo-cli, Node v6.0.0 is required.

NPM CS-GO

Usage

Usage:
 csgo [options] [command]  

Options:  
 -v, --version output the version number  
 -h, --help output usage information  

Commands:  
  team|t [options] [name] query team info, one team for one time  
  match|m query the time table of upcoming matches  
  player|p query player info  

Example

help

$ csgo -h
$ csgo --help
$ csgo team -h

get the infomation of one command

version

$ csgo -v
$ csgo --version

get the overview of this cli

match schedule

$ csgo m
$ csgo match

querying the time table of upcoming matches...

team infomation

$ csgo t -o navi
$ csgo team -o navi

uerying team overview of team navi...

run csgo t -h from more

play infomation

$ csgo p s1mple
$ csgo player s1mple
querying info of s1mple..

Issue & Feature Request

create an issue please.

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago