Skip to content

reyadek/cli-node-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-node-application

Command Line Application Node JS

git clone https://github.com/reyadek/cli-node-application.git

  • cd cli-node-Application
  • npm install

built on node v16.6.2
built on npm 7.20.3

core library

npm library


Check all Command

  • node .

Add some contact

  • node . add --name="Jhon Doe" --email="john@gmail.com" --phone="08123123123"
  • node . add --name="lidya Luna" --email="lidya@gmail.com" --phone="08124124124"

Show all contact

  • node . list

Search contact by name "found"

  • node . search --name="Jhon Doe"

Search contact by name "not found"

  • node . search --name="Mark Peter"

Delete contact by email

  • node . delete --email="lidya@gmail.com"

data will saved in data/contact.json

dont forget give a star

Cheers

Ade Putra

About

Application "Command Line Interface" Node JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published