@donmccurdy/caporal

Framework for building command line applications with Node.js

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A full-featured framework for building command line applications (cli) with node.js

Commands

caporal

Examples

Create a simple CLI command with arguments and options$ caporal command mycommand --option value
Display help information for available commands$ caporal --help
Run a CLI application built with Caporal framework$ caporal action --verbose