https://github.com/hennyfeliz/sample-multiplication-tables-console-console-app
https://github.com/hennyfeliz/sample-multiplication-tables-console-console-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hennyfeliz/sample-multiplication-tables-console-console-app
- Owner: hennyfeliz
- Created: 2022-06-21T07:32:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T00:44:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T10:43:41.159Z (4 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is just a test code. Learning NODE, with tools like YARG, NPM, etc.
Mi first project with node on github.
#NOTES:
```
OPTIONS:
--help show help [bool]
--version Show version number [bool]
-b, --base It is the base of the table [number] [required]
-l, --listar Show table in console [number] [required] [default: false]
-h, --hitter Put a limit of iterations in the table... [number] [required] [default: false]
```