Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bohdanmoroziuk/cl-cli

Contact list management CLI built with Node.js and MongoDB.
https://github.com/bohdanmoroziuk/cl-cli

cli contact-list mongodb mongoose nodejs

Last synced: about 1 month ago
JSON representation

Contact list management CLI built with Node.js and MongoDB.

Awesome Lists containing this project

README

        

## Contact List Management CLI

Very simple command line interface for managing contacts.

#### Version

1.0.0

### Usage

#### Installation

Install the dependencies

```sh
$ npm install
```

#### Create Symlink

```sh
$ npm link
```

### Commands

List Contacts (list or l)
```sh
$ cl-cli list
```

Find Contacts (find or f)
```sh
$ cl-cli find [fullname]
```

Add Contact (add or a)
```sh
$ cl-cli add
```

Edit Contact (edit or e)
```sh
$ cl-cli edit [_id]
```

Delete Contact (delete or d)
```sh
$ cl-cli delete [_id]
```