https://github.com/eseku/notes
Console Note-taking Application with Node
https://github.com/eseku/notes
chalk node yargs
Last synced: about 2 months ago
JSON representation
Console Note-taking Application with Node
- Host: GitHub
- URL: https://github.com/eseku/notes
- Owner: eseku
- Created: 2019-07-19T10:34:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T08:11:32.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:51:21.866Z (2 months ago)
- Topics: chalk, node, yargs
- Language: JavaScript
- Size: 276 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
Console note-taking application with Node
Performs 4 Basic functions -Add, -Remove, -List, and -Read
Taking input from the user with CLI arguments.
Dependency packages include:
-npm chalk v2.4.2
-npm yargs v13.3.0