Skip to content

moontaiworks/yargs-typebox

Repository files navigation

yargs-typebox

NPM Version NPM Downloads Codecov

Use TypeBox to define your yargs arguments.

Install

NPM

npm install yargs-typebox

Yarn

yarn add yargs-typebox

PNPM

pnpm add yargs-typebox

Usage

import { ... } from "yargs-typebox";

// TBD

API Document

See the API documentation.