Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veronika-chenko/goit-nodejs-hw-01
https://github.com/veronika-chenko/goit-nodejs-hw-01
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/veronika-chenko/goit-nodejs-hw-01
- Owner: Veronika-chenko
- Created: 2022-12-03T21:00:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T13:57:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:35:45.705Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goit-nodejs-hw-01
**Description:**
The CLI Application for interaction with array of contacts
**Modules used:**
- **fs** and **path** modules to interact with the file system
- **commander** module for parsing command-line argument
**Here you can see the results of each command execution:**
- [read all contacts]( https://monosnap.com/file/WvhIWugHwrCm4StzJDMyl9IbYbME1U)
- [get contact by ID](https://monosnap.com/file/ebiqfZRY5zSyFRVaERZkaeokZusQAY)
- [add contact](https://monosnap.com/file/ZKl1mddWhgA29NHvnlAh9X9pJNlOrL)
- [delete contact](https://monosnap.com/file/OMWwg60yoQ5p6GeI4e6qr87x4aPeoc)