Skip to content

pratik-adh/Take-a-Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take-a-Note

It is a simple application created in JS language using Node.js Framework. It helps the user to save a note and perform various actions listed below:
Note: All these actions are performed using command line arguments either in terminal or cmd according to your operating system.

  1. For adding a note:
    $node apps.js add --title="title_name" --body="content_regarding the title"
  2. For removing a note:
    $node apps.js remove
  3. For listing out the total number of notes:
    $node apps.js list
  4. For reading a particular note:
    $node apps.js read --title="title_of_the_particular_note_that_you_want_to_read"
    Users can also type '$node apps.js preferred_action_name --help' for information related to the actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published