Skip to content

This my command line interface with mongodb and commander.

Notifications You must be signed in to change notification settings

Ghoster9/customer-cli-jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli-with-javascript

Cli for manage customers. Uses Mongoose, Commander.js and Inquirer.js

Description for this

For this use you just need to install it globally and this can be used for those of you who want to create a local Mongodb database. This is a simple cli tool that I created together when I watched YouTube.

Installation

Install the dependencies

$ npm install

Install with npm global

$ npm install -g customer-cli-jack

Create Symlink

$ npm link

Commands

List Customers (list or l)

$ customer-cli-jack list

Find Customers (find or f)

$ customer-cli-jack find [NAME]

Add Customer (add or a)

$ customer-cli-jack add

Update Customer (update or u)

$ customercli-jack update [_ID]

Remove Customer (remove or r)

$ customer-cli-jack remove [_ID]

App Info

This code Remake from video Traversy Media

Screenshot

Author

Ahmad Zaky

Created code 2020

Releases

No releases published

Packages

No packages published