phonebook_cli

1.0.5 • Public • Published

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 ❤️ by rupeshiya

Readme

Keywords

Package Sidebar

Install

npm i phonebook_cli

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

7.79 kB

Total Files

5

Last publish

Collaborators

  • rupeshiya