Skip to content

A simple CLI application written in node.js using the fs, path, comander, colors, module.export module

Notifications You must be signed in to change notification settings

gash94/goit-nodejs-hw-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goit-nodejs-hw-01

View the entire contact list as a table

node index.js --action list

contactList

Reading a contact by id

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

getById

Adding a contact

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

addContact

Delete a contact

node index.js --action remove --id 11

removeContact

About

A simple CLI application written in node.js using the fs, path, comander, colors, module.export module

Topics

Resources

Stars

Watchers

Forks