GitXplorerGitXplorer
r

notes-app

public
3 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
131d04aee69b85ea5b9f43f0aa24aabc2f61cede

Merge pull request #4 from ramazansakin/dependabot/npm_and_yarn/notes-app/semver-and-yargs--removed

rramazansakin committed 2 years ago
Verified
5cebdf4b29fee7ad26573922dd860c1cd62ada0f

Bump semver and yargs in /notes-app

ddependabot[bot] committed 2 years ago
Verified
b78a927afd91c9a58dad2f84268b8aff55ca46ee

Merge pull request #3 from ramazansakin/dependabot/npm_and_yarn/notes-app/validator-13.7.0

rramazansakin committed 3 years ago
Verified
de91b45a63a6156102347363a8afc88e57e054b1

Bump validator from 10.8.0 to 13.7.0 in /notes-app

ddependabot[bot] committed 3 years ago
Verified
0dc19a6bfb6491930a1328ab8350b5c9198fab7c

Merge pull request #2 from ramazansakin/dependabot/npm_and_yarn/notes-app/y18n-4.0.1

rramazansakin committed 4 years ago
Verified
2ebabbc4ee17863c09b208ac2f723356103c4728

Bump y18n from 4.0.0 to 4.0.1 in /notes-app

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

notes-app

Simple notes app via NodeJs project for Beginners

  • Add functionality

Adding a new note

usage : node app.js add --title="any-title-here" --body="related-body-here"


  • Remove functionality

Removing a specific note via title

usage : node app.js remove --title="any-title-here"


  • List functionality

Listing all the saved notes

usage : node app.js list


  • Read functionality

Reading a specific note via title

usage : node app.js read --title="any-title-here"