Skip to content

A note-taking app built using Node.js, to learn Node.js. Uses npm modules of chalk.js (Decorative purposes), yargs (For command-line parsing)

Notifications You must be signed in to change notification settings

not-Aishik/notes-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic note-taking app built using Node.js, to learn Node.js. Uses npm modules of chalk.js (Decorative purposes), yargs (For command-line parsing).

To use:

  1. Run "npm install" on command line to download npm packages required.
  2. Use any of the following commands:
    a. node app.js read --title="My title"
    b. node app.js list
    c. node app.js add --title="My title" --body="My content"
    d. node app.js remove --title="My title"

About

A note-taking app built using Node.js, to learn Node.js. Uses npm modules of chalk.js (Decorative purposes), yargs (For command-line parsing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published