Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khashayarsw/note-app
Terminal app
https://github.com/khashayarsw/note-app
javascript nodejs nodejs-modules
Last synced: about 2 months ago
JSON representation
Terminal app
- Host: GitHub
- URL: https://github.com/khashayarsw/note-app
- Owner: khashayarsw
- Created: 2020-01-15T11:03:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T19:01:01.000Z (about 3 years ago)
- Last Synced: 2023-03-08T03:58:58.146Z (almost 2 years ago)
- Topics: javascript, nodejs, nodejs-modules
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Easy to use app you can interact with it via your terminal
# Usage:
First install npm packages:
`npm install`
Adding a note :
`node app.js add --title="sleeping" --body="go to bed"`
Removing a note :
`node app.js remove --title="sleeping"`
Listing notes :
`node app.js list`
Reading a note :
`node app.js read --title="go to bed"`
Help :
`node app.js --help`