- Clone the repo to your local machine and move into the directory:
git clone https://github.com/CodeChallenger/challenges-cli.git && cd CodeChallenger-CLI
- Request a new challenge using
./codechallenger init
.
This will return a challenge with a language and framework to use.
Run the command with the -h
flag to view usage info and available flags: ./codechallenger -h
.