Skip to content

Note taking CLI app built on Node as a first project

Notifications You must be signed in to change notification settings

nabeelimran/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesApp

A simple CLI notes taking app built on Node works on local file system

screenshot

Features

  • Add a note
  • Remove a note
  • List all saved notes
  • Read a note

Requirements

Node should be installed on your machine to run the app

Usage

First of all run npm install while in the app directory to install dependencies.

Add a note

node app.js add --title="dummy title" --body="dummy body"

Remove a note

node app.js remove --title="dummy title"

Listing all notes

node app.js list

Read a note

node app.js read --title="dummy title"

About

Note taking CLI app built on Node as a first project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published