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";
Package Description
@microsoft/vally Core library — discovery, parsing, grading, scoring
@microsoft/vally-cli Command-line tool — lint, eval, grade