Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 727 Bytes

File metadata and controls

29 lines (19 loc) · 727 Bytes

chesshacks

A CLI tool for creating a starter bot for ChessHacks.

Usage

npx chesshacks [create/install] [target]

create

npx chesshacks create <bot-name>
# or
npx chesshacks <bot-name>

Creates a new bot in the current directory, with scaffolded starter code and devtools. Keep in mind that devtools are gitignored, so people who clone your repo will need to run npx chesshacks install to install devtools.

install

npx chesshacks install [target-dir]

Installs ChessHacks devtools in the current directory (or in target-dir if provided). These devtools will be gitignored.

Once you've initialized your starter app, see its README.md for instructions on how to use it.