Skip to content

hta218/cli-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published