Valor Challenges CLI
A CLI tool for downloading and setting up Valor interview challenges.
Usage
npx valor-interview
The CLI will:
- Present a list of available challenges
- Allow you to select a challenge
- Copy it to your desired location
- Optionally install dependencies
Development
pnpm install
pnpm dev
pnpm build
pnpm clean
Repository Structure
The challenges repository should have this structure:
challenges/
├── challenge-1/
│ ├── package.json
│ ├── src/
│ └── ...
├── challenge-2/
│ ├── package.json
│ ├── src/
│ └── ...
└── ...