UNPKG

v8r

Version:

A command-line JSON, YAML and TOML validator that's on your wavelength

10 lines (6 loc) 164 B
#!/usr/bin/env node import { cli } from "./cli.js"; import { bootstrap } from "global-agent"; bootstrap(); const exitCode = await cli(); process.exit(exitCode);