1.0.2 • Published 8 years ago
coba-aja v1.0.2
Contacto
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.
Prerequisites
- Install Node.js
- Install MongoDB
- Install Mongoose
- Install Commanderjs
- Install Inquirerjs
Installation
- Clone the repository here
- Navigate to your terminal and change your directory to the contacto.
- Run yarnto install node dependencies.
- Run yarn linkto creates a symbolic link between project directory and executable command.
Usage
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 numberThank you.