Skip to content

NotesMake is built with node.js framework, its main purpose is to add, remove, show, select a note with CLI commands

Notifications You must be signed in to change notification settings

MuhammedMahmoud98/NotesMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesMaker

NotesMake is built with node.js framework, its main purpose is to add, remove, show, select a note with CLI commands

Documentaion:-

1- Adding a note >>> node app.js add --title="Your Title" --body="Your notes body"
2- Removing a note >>> node app.js remove --title="Searched note title"
3- Show all of your notes >>> node app.js list-my-notes
4- Show notes JSON >>> node app.js read
5- Read a certain note >>> node app.js open --title="Note title"

About

NotesMake is built with node.js framework, its main purpose is to add, remove, show, select a note with CLI commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors