Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 655 Bytes

File metadata and controls

11 lines (9 loc) · 655 Bytes

CodeChallenger-CLI CodeChallenger-CLI on Travis

CLI to generate new challenges.

Getting started

  1. Clone the repo to your local machine and move into the directory: git clone https://github.com/CodeChallenger/challenges-cli.git && cd CodeChallenger-CLI
  2. Request a new challenge using ./codechallenger init.
    This will return a challenge with a language and framework to use.

Help

Run the command with the -h flag to view usage info and available flags: ./codechallenger -h.