1.0.7 • Published 2 years ago

cli-intro v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

My first CLI program

This is my first CLI program built with Nodejs & Typescript.

Try it out by running npx cli-intro in your terminal.

user at 192 in ~
$ npx cli-intro -h
Usage: My cli program [options] [command] <name>

My first Nodejs x Typescript CLI program

Arguments:
  name                  The name to print

Options:
  -V, --version         output the version number
  -c, --capitalize      Capitalize the name
  -h, --help            display help for command

Commands:
  add <numbers...>      Add numbers and log the total
  get-max <numbers...>  Get the max number
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

0.0.1

2 years ago