A command-line Node.js app powered by TypeScript, Google Cloud Functions and Firebase for managing contacts
This is a command-line contact management system app built with TypeScript, Node.js, Firebase Realtime Database and Firebase Cloud Functions.
npm i ts-node -g
to be able to run the ts
scripts directly. cd contact-manager
npm install
to install node dependencies.Usage: [options] [command]
Contact Management System
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
addContact|a Add a contact
getContact|g Get Contact
updateContact|u Update Contact
deleteContact|d Delete a contact
getContactList|l Get Contact List
If you want to run the JavaScript code, First run npm link
.
ts-node contact a
contact a
ts-node contact d
contact d
ts-node contact l
contact l
ts-node contact g
contact g
If you are having issues, please let me know.
Mail me at: [email protected]