GitHub - pythonpeople604/notes-app: It's a simple notes app made by using Node.Js . I made this as a beginner project while learning Node. It has four commands which can be seen using --help or --h command. To run the app copy paste the code of both files in two different files in vs code with extension .js and run the command:- <node app.js --help> . This will show you the commands. Note:- app.js is my file name so use the command accordingly. Also I have used following npm modules which need to be installed in your system for successful compilation of code:- 1) chalk 2) yargs . · GitHub
Skip to content

pythonpeople604/notes-app

 
 

Folders and files

Repository files navigation

note commanding app

It's a simple notes app made by using Node.Js . I made this as a beginner project while learning Node. It has four common commands which can be using help or h command. To run the app copy paste the code of both files in two different files in vs code with extension .js and run the command:- <node app.js --help> . This will show you the commands. Note:- app.js is my file name so use the command accordingly. Also I have used following npm modules which need to be installed in your system for successful compilation of code:- 1. chalk 2. yargs .

About

It's a simple notes app made by using Node.Js . I made this as a beginner project while learning Node. It has four commands which can be seen using --help or --h command. To run the app copy paste the code of both files in two different files in vs code with extension .js and run the command:- <node app.js --help> . This will show you the comman…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 100.0%