Skip to content

It is a Note taking NodeJS App which can used via CLI(Command Line Interface).

Notifications You must be signed in to change notification settings

var97/NodeJS-Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Notes-App

It is a Note taking NodeJS App which can used via CLI(Command Line Interface).

Using this app you can read, list, add and remove the notes from the notes.json file.

Node Modules used inside this app are fs, chalk and yargs.

  1. fs is used for reading and writing the inputs inside the files.
  2. chalk is used for personalizing and styling the text shown in the console.
  3. yargs is used for creating commands and string parsing.

You can install required node modules for this app by using following command:- npm install

About

It is a Note taking NodeJS App which can used via CLI(Command Line Interface).

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published