Skip to content

Smite CLI is a command-line interface made for searching for builds for the gods of smite.

Notifications You must be signed in to change notification settings

KaikSelhorst/SmiteCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smite Build CLI

SmiteCLI is a command line interface for Smite, which is an online arena game. SmiteCLI allows users to search for the best in-game god builds, quickly and easily displaying the recommended builds for all gods in Smite. SmiteCLI helps make building your team easier, saving time and effort along the way. SmiteCLI can help even the most novice players find the perfect god builds.

Install

# Clone the repository and then navigate to it.
git clone https://github.com/KaikSelhorst/SmiteCLI.git

# Enter in SmiteCLI folder

$ npm install           # to install the dependencies.
$ npm install -g        # to install the CLI

Basic usage

smite <god-name>

Linux

# ⚠️ This might cause an error which can be resolved easily by
# using sudo with the command, however, using sudo with npm is
# not recommended because it might cause permission issues later.
# So instead put the code below in your .bashrc file and then run the
# above command again.

$ npm set prefix ~/.npm
$ PATH="$HOME/.npm/bin:$PATH"
$ PATH="./node_modules/.bin:$PATH"

# Now you are good to go and can use the CLI globally!

--help

# Search build for smite god
$ smite <god-name>  # God's name should always be written
                    # like this: Xing Tian => Xing-Tian

# list all gods in smite
$ smite -b      # or smite --base

# returns a screenshot of the build
$ smite <godname> -s      # or smite <godname> --screenshot

#list all commands in Smite CLI
$ smite --help

Tech Stack

  • Chalk - Terminal string styling done right.
  • Puppeteer - Headless Chrome Node.js API.
  • Yargs - Yargs the modern, pirate-themed successor to optimist.

Where information is being withdrawn

Build information was taken from the SmiteSource website

Case wanted to see the builds that appear in the CLI click here.

License

Selhorst © 2023 // Some reserved rights.

Contact

Contact by my social networks that are in my README

Kaik Selhorst Picture (Fox)

About

Smite CLI is a command-line interface made for searching for builds for the gods of smite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published