This is a simple test application. Create files and list multiplication tables with nodejs.
To start the project run npm install
, to resolve the dependencies
$ node app creates --base 10 --limit 5
-> Create file of 10 times table (from 1 to 5)
$ node app list --base 10 --limit 5
-> List of 10 times table (from 1 to 5)