Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doguedogue/multiplicacion
Multiplicación con Node
https://github.com/doguedogue/multiplicacion
Last synced: 11 days ago
JSON representation
Multiplicación con Node
- Host: GitHub
- URL: https://github.com/doguedogue/multiplicacion
- Owner: doguedogue
- Created: 2022-04-30T04:55:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T14:41:08.000Z (over 2 years ago)
- Last Synced: 2024-10-26T22:11:21.986Z (about 2 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Multiplicar Console App 🚀🚀🚀
Esta es una aplicación para generar archivos de tablas de multiplicar
Ejecutar este comando
```
npm install
``````
npm start
``````
npm run start
``````
node app.js
``````
nodemon app.js
```Uso
```
node app crear -b=5
``````
node app crear -base=5
``````
node app crear -base=5 -limit=10
``````
node app listar
```