jadertao / csgo-cli

🔫get CSGO professional information easily via cli, including match, team and player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSGO-Cli · Build Status

🔫get CSGO professional information easily via cli, including match, team and player.

Install

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

NPM CS-GO

Usage

help

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.

About

🔫get CSGO professional information easily via cli, including match, team and player.

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%