Skip to content

PiotrBerebecki/notes-app-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App - Node

A simple command line based note taking app

Getting Started

git clone https://github.com/PiotrBerebecki/notes-app-node.git
cd notes-app-node
npm install

# Add a note
node app.js add -t "Note 1" -b "Walk the dog"

# List all notes
node app.js list

# Retrieve a selected note
node app.js read -t "Note 1"

# Remove a note
node app.js remove -t "Note 1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published