Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamfortune/contacts-cli

A CLI tool that retrieves contact in a phone book. Built with NodeJS
https://github.com/iamfortune/contacts-cli

Last synced: 10 days ago
JSON representation

A CLI tool that retrieves contact in a phone book. Built with NodeJS

Awesome Lists containing this project

README

        

# contacts-CLI
A CLI tool that retrieves contact in a phone book.
It allows you to save, retrieve and store contacts

### Commands
- new contact - `node index.js new`
- list of contacts - `node index.js list`

- P.S This is my first CLI tool