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.
Here's the full tutorial published on scotch.io.
- Install Node.js
- Install MongoDB
- Install Mongoose
- Install Commanderjs
- Install Inquirerjs
- Clone the repository here
- Navigate to your terminal and change your directory to the
contacto
. - Run
yarn
to install node dependencies. - Run
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 <name> 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.