Skip to content

rawho/notesapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published