Very simple command line interface for managing contacts.
1.0.0
Install the dependencies
$ npm install$ npm linkList Contacts (list or l)
$ cl-cli listFind Contacts (find or f)
$ cl-cli find [fullname]Add Contact (add or a)
$ cl-cli addEdit Contact (edit or e)
$ cl-cli edit [_id]Delete Contact (delete or d)
$ cl-cli delete [_id]