Skip to content

CLI based note taking app - take notes from your command line

Notifications You must be signed in to change notification settings

d-cryptic/notes-app-cli-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Notes App

Build using Nodejs and npm packages

Tech and Packages used - This is my first app using Nodejs

  1. Nodejs
  2. Validator: npm i validator
  3. Chalk: npm i chalk
  4. yargs: npm i yargs

What I learned and how to use the app

Installation

Steps

  1. Clone the git repo
  2. npm install

How to use

  1. To add a note: node app.js add --title="Title name" --body="Notes"

  2. To remove a note: node app.js remove --title="Title name

  3. To read a note: node app.js read --title="Title name"

  4. To list all the note: node app.js list


  • Feel free to add more features by raising an issue.
  • Give a star to the project
  • Follow me on github Barun Debnath
  • Follow me on twitter Barun Debnath

About

CLI based note taking app - take notes from your command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published