Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/cl-cli
- Owner: bohdanmoroziuk
- License: mit
- Created: 2019-04-20T15:18:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T08:31:28.000Z (over 1 year ago)
- Last Synced: 2023-12-05T18:49:14.505Z (about 1 year ago)
- Topics: cli, contact-list, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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]
```