cli query tools for csgo
npm install csgo-cliget CSGO professional infomation easily via cli, match, team and player.
To use csgo-cli, Node v6.0.0 is required.

``
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
`
shell
$ csgo -h
$ csgo --help
$ csgo team -hget the infomation of one command
`
$3
`shell
$ csgo -v
$ csgo --versionget the overview of this cli
`
$3
`shell
$ csgo m
$ csgo matchquerying the time table of upcoming matches...
`
$3
`shell
$ csgo t -o navi
$ csgo team -o naviuerying team overview of team navi...
`
run csgo t -h from more
$3
`shell
$ csgo p s1mple
$ csgo player s1mple
querying info of s1mple..
``