Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

cristiancosano/multiplication-table-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplication-Table

This is a simple test application. Create files and list multiplication tables with nodejs.

Init

To start the project run npm install, to resolve the dependencies

Examples

$ 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)

About

A simply command application that lists and creates (file text) multiplication tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published