Skip to content

gonza-fl/tabla-consola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplication Table

First test with yargs and chalk.

Notes:

Make sure you have Node.js v16 or higher

You will see the outputs in the folder named output

To install dependencies

npm --save install

Enter the folder and run the program with

node src/ [options]

Flags

Options:
  --help     Show help                                 [boolean]
  --version  Show version number                       [boolean]
  -b, --base     -b Base number to create a multiplication table.           [number] [required]
  -s, --show     -s Show multiplication table result. [boolean] [default: false]
  -l, --limit    -l Limit of multiplication table.         [number] [default: 10]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published