New:Socket for Asana Is Now Available.Learn more
Get Started

@buzzr/dfs-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buzzr/dfs-cli

Command-line wrapper around @buzzr/dfs-engine — grade a DFS entry from JSON fixtures without writing code.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
7
-22.22%
Maintainers
1
Weekly downloads
 
Created
Source

@buzzr/dfs-cli

Command-line wrapper around @buzzr/dfs-engine. Grade a DFS entry from JSON fixtures without writing any TypeScript.

Install

npm install -g @buzzr/dfs-cli

Usage

dfs-grade ./entry.json --gamelogs ./gamelogs.json

entry.json is a DfsEntryInput. gamelogs.json is a map of legId to an array of PlayerGameLogEntryShape rows. The settlement result is printed to stdout as pretty JSON; non-zero exit code on any error.

Programmatic API

import { runGrade } from '@buzzr/dfs-cli';

const result = await runGrade({
  entry,
  gameLogsByLegId: { 'leg-1': [gameLogRow] },
});

License

MIT

Keywords

dfs

FAQs

Package last updated on 27 May 2026

Related posts