@hapi/bossy

Command line options parser for Node.js with validation

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Command line options parser

Commands

bossy

Examples

Parse command line arguments with a simple schema$ bossy parse --name John --age 30
Display help information for defined commands$ bossy --help
Parse arguments with validation rules$ bossy parse --email user@example.com --required