1.0.5 • Published 6 years ago

phonebook_cli v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

Made with :heart: by rupeshiya

1.0.5

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago