Contacto is a command line tool contact management system built with Node.js, MongoDB, Commanderjs, and Inquirerjs. It allows you to `create` and `manage` your contact from the command line.
npm install coba-ajacreate and manage your contact from the command line.contacto.yarn to install node dependencies.yarn link to creates a symbolic link between project directory and executable command.
Usage: contact [options] [command]
Commands:
addContact|a Add a contact
getContact|r Get contact
updateContact|u <_id> Update contact
deleteContact|d <_id> Delete contact
getContactList|l List contacts
Contact management system
Options:
-h, --help output usage information
-V, --version output the version number
``Thank you.