Skip to content

Daemonicc/CLI-NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

A simple CLI notes app using plain Nodejs

To run clone this repo and use the following command. You do not need any dependencies

Commands

create new Note - node app.js create note

create new category - node app.js create category

Read note - node app.js read "[Note name]"

Delete Note - node app.js delete "[Note name]"

Edit Note - node app.js edit "[Note name]"

list all Note - node app.js list notes

list all Category - node app.js list category

Usage sample

Node app.js read "New week goals"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published