🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

valor-interview

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valor-interview

CLI tool for downloading Valor interview challenges

next
latest
Source
npmnpm
Version
0.0.14
Version published
Weekly downloads
43
1333.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

# Install dependencies
pnpm install

# Run in development (uses default demo repo)
pnpm dev

# Build
pnpm build

# Clean build artifacts
pnpm clean

Repository Structure

The challenges repository should have this structure:

challenges/
├── challenge-1/
│   ├── package.json
│   ├── src/
│   └── ...
├── challenge-2/
│   ├── package.json
│   ├── src/
│   └── ...
└── ...

Keywords

cli

FAQs

Package last updated on 30 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts