This package is a npx tool to find factorials of integers.
Use this command
<!-- command -->
npx ahmed-factorial <num1> <num2> <num3> ...
You will get Output
Result ----------------------------------
Factorial of <num1> is: <factorial_num1>
Factorial of <num2> is: <factorial_num2>
Factorial of <num3> is: <factorial_num3>
.
.
.
-------------------------------------------