phonebook_cli
v1.0.5
Published
Simple phonebook CLI
Downloads
3
Readme
TerminalPhonebook
This is a phonebook to be used with command.
To use this:-
Change the password in /functions/function.js to your mysql server password and database name to your database name.
npm install Phonebook_cli -g
To start
phonebook start
To add contacts
phonebook addcontact --phone="1234567891" --name="hell"
To update contacts number of person's name "hell"
phonebook update --phone="1234567892" --name="hell"
To delete contact of a person's name "hello"
phonebook delete --name="hello"
To see list of all contacts
phonebook listall
For getting help
phonebook help