1.0.3 • Published 4 years ago

customer-cli-jack v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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