8000 GitHub - bohdanmoroziuk/cl-cli: Contact list management CLI built with Node.js and MongoDB.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bohdanmoroziuk/cl-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact List Management CLI

Very simple command line interface for managing contacts.

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Create Symlink

$ npm link

Commands

List Contacts (list or l)

$ cl-cli list

Find Contacts (find or f)

$ cl-cli find [fullname]

Add Contact (add or a)

$ cl-cli add

Edit Contact (edit or e)

$ cl-cli edit [_id]

Delete Contact (delete or d)

$ cl-cli delete [_id]

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0