Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 424 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 424 Bytes

Notesap

videos

Installation

using npm:

npm i -g notesap

Usage

To view all commands

notesap --help

Add a new note

notesap add --title="your title" --body="body of the note"

List all the notes

notesap list

Read note

notesap read --title="your title"

Remove Note

notesap remove --title="your title"