- Node.js
- JavaScript
Clone this repo to your desktop and run npm install
to install all the dependencies.
After you clone this repo to your desktop, go to its root directory and run npm install
to install
its dependencies.
Once the dependencies are installed, you can run:
- list :
node index.js --action list
- find by id :
node index.js --action get --id CONTACT_ID
- add :
node index.js --action add --name NAME --email EXAMPLE@EMAIL.COM --phone 322-22-22
- remove :
node index.js --action remove --id CONTACT_ID