Skip to content

Zygrade/telephone-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telephone Directory CLI

Command line interface for managing entries of a telephone directory. Uses Mongoose, CommanderJS and InquirerJS

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Create Symlink

$ npm link

Commands

List Customers (list or l)

$ telephone-directory list

Find Customers (find or f)

$ telephone-directory find [NAME]

Add Customer (add or a)

$ telephone-directory add

Update Customer (update or u)

$ telephone-directory update [_ID]

Remove Entry (remove or r)

$ telephone-directory remove [_ID]

About

A CLI console app built using NodeJS and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published