Skip to content

Installation

Installation of the vally CLI is easy - just use NPM:

Terminal window
npm install -g @microsoft/vally-cli
Terminal window
vally --version

You should see the version number printed. If you used npx, prefix all commands with npx:

Terminal window
npx vally --version

If you want to use Vally programmatically (custom graders, pipeline integration), install the core package:

Terminal window
npm install @microsoft/vally

Then import what you need:

import { discoverSkills, runLint, runEval, gradeTrajectory } from "@microsoft/vally";
PackageDescription
@microsoft/vallyCore library — discovery, parsing, grading, scoring
@microsoft/vally-cliCommand-line tool — lint, eval, grade