luisPolanco25 / multiplication-table

An app that generates txt files. It's made with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplication table

This is my first app with Node.js. It allows you to generate a txt file of a multiplication table using the numbers you provide.

Notes:

After cloning this repository, remember to use npm install to build the node_modules directory.

Options:

      --help     Show help                                             [boolean]
      --version  Show version number                                   [boolean]
  -b, --base     It's the table's base                       [number] [required]
  -v, --view     Shows the table in console           [boolean] [default: false]
  -t, --to       Base will multiply until this number     [number] [default: 10]

About

An app that generates txt files. It's made with Node.js.


Languages

Language:JavaScript 100.0%