Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamfortune/contacts-cli
- Owner: iamfortune
- Created: 2020-07-09T22:39:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:26:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T11:57:52.593Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 628 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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