Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 768 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 768 Bytes

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.