mirror of
https://github.com/FranP-code/Show-multiplication-tables-CLI-Tool.git
synced 2025-10-12 23:52:32 +00:00
1.2 KiB
1.2 KiB
Show multiplication tables CLI Tool
Description
With this tool you can see in your console the multiplication tables of every number.
Functions of the tool
- Define the number to generate the tables
- Select from what number start in the tables
- Limit the quantity of tables to return
Dependencies
- Git
- npm
- Inquirer.js
- colors.js
- axios
How to install npm dependencies
- Run this command in the tool folder:
npm install
How to use
-
Clone the repository with this command:
git clone https://github.com/FranP-code/show-multiplication-tables-cli-tool.git -
Go to the tool folder with this command:
cd ./show-multiplication-tables-cli-tool -
Install the npm Dependencies
npm install -
Use it.
node ./app.jsor...
npm run tool
Aditionals
Additionally, I developed an API for make the processing of the multiplication tables.
Obviously, don't makes sense make an API for that simple task, but I wanted to try develop one with Node.js. The link to the API is here.
I hope you enjoy it! 🙌