Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
Para Iniciar
**WINDOWS: Commands Prompt**
``npm i``
``npm link``
``Es necesario ejecutar desde el repositorio /nodeInitialDemo``
``todoappit`` -> Para iniciar una tarea
> Ejemplos
``todoappit -h`` -> Para ver todos los comandos
``todoappit a json `` -> Para crear una tarea en Json
``todo`` -> Para iniciar una tarea
> Ejemplos de tareas.
``todo -h`` -> Para ver todos los comandos
``todo a json `` -> Para crear una tarea en Json

## Comandos
Options:
Expand All @@ -26,7 +27,7 @@ Commands:

👤 **Mauricio, Pere Ruiz, Bianca Inga**

- Github: [@molivaresr] (https://github.com/molivaresr), [En\_Pere] (https://github.com/En_Pere), [Blanket25] (https://github.com/Blanket25)
- Github: [@molro](https://github.com/molro), [En\_Pere](https://github.com/En_Pere), [Blanket25](https://github.com/Blanket25)
## Our Organization sheet
[Trello](https://trello.com/b/2ujcduIe/developer-team)
## Show your support
Expand All @@ -35,4 +36,3 @@ Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "todoappit",
"name": "todo",
"version": "1.0.0",
"description": "App para gestionar Tareas pendientes por consola, creada como ejercicio de la It Academy / Barcelona ",
"main": "./bin/todo.js",
Expand Down