Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`