PetroBabiuk / goit-node-hw-01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Получаем и выводим весь список контактов в виде таблицы (console.table)

node index.js --action list

node index.js --action list list

Получаем контакт по id

node index.js --action get --id 5

node index.js --action get --id 5 get

Добавялем контакт

node index.js --action add --name Mango --email mango@gmail.com --phone 322-22-22

node index.js --action add --name Mango --email mango@gmail.com --phone 322-22-22 add

Удаляем контакт

node index.js --action remove --id=3

node index.js --action remove --id=3 remove

About


Languages

Language:JavaScript 100.0%