goit-nodejs-hw-01-cli-application

# Получаем и выводим весь список контактов в виде таблицы (console.table)
node index.js --action list

1_all-list

https://monosnap.com/file/jQ0DqNi48x1VX3ZitOY1FGepUQS2G3

# Получаем контакт по id
node index.js --action get --id 5

2_find-for-id

https://monosnap.com/file/CgcnTeMEUc8peMGN9zvf6osfic9Z0P

# Добавялем контакт
node index.js --action add --name Mango --email mango@gmail.com --phone 322-22-22

3_add-contact

https://monosnap.com/file/jxAEKeZxKqoEYp6BaQ6RMBSsgPDM9n

# Удаляем контакт
node index.js --action remove --id=3

4_remove-contact

https://monosnap.com/file/xg8BD7tg9UvrSbYPaUj73DkWUyTqfA