tiny-bin

Library for building minimal, elegant command line applications.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A library for building tiny and beautiful command line apps.

Examples

create a simple CLI app with basic commands$ tiny-bin --init myapp
display help information for CLI commands$ tiny-bin help
build and compile a CLI application$ tiny-bin build
add custom command to existing CLI app$ tiny-bin add-command mycommand
generate minimal template for new CLI tool$ tiny-bin scaffold --template basic