1.0.5 • Published 7 years ago
phonebook_cli v1.0.5
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 -gTo start
phonebook startTo 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 listallFor getting help
phonebook help