note-cli
A simple note-cli app created with Node.js
Installation
npm i -g @bhattrajat/notes-cli
Usage
- Use note --help to see all the commands and features
Features
- It uses an SQLite database under the hood to store the notes for faster query time.
- (Working on) Creating a server and server all notes using Express.