1.0.7 • Published 7 months ago

cli-intro v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months 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

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

0.0.1

8 months ago