- clone this repo to your local machine
- run
npm install
must have node installed - run
npm start
- exit Exits application.
- R Restocks the cash inventory
- Q Exits application.
- W [horseNum...] Sets new winner
- 1 [amount] Sets bet on horses 1 to 7
The app is written in Javascript and requires NodeJS to run I've used Vorpal to framework the CLI app and Chalk to bring some color they both can be installed through the package command 'npm install'.