https://github.com/binotto/notes-app
Developed with Javascript/NodeJS/NPM/JSON.
https://github.com/binotto/notes-app
chalk fs javascript json nodejs nodemon npm validator yargs
Last synced: about 2 months ago
JSON representation
Developed with Javascript/NodeJS/NPM/JSON.
- Host: GitHub
- URL: https://github.com/binotto/notes-app
- Owner: Binotto
- Created: 2019-04-26T22:07:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T11:53:32.000Z (over 3 years ago)
- Last Synced: 2025-01-11T16:53:26.141Z (over 1 year ago)
- Topics: chalk, fs, javascript, json, nodejs, nodemon, npm, validator, yargs
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes-app
Developed with Javascript/NodeJS/NPM.
To run locally:
```sh
Follow the steps below:
//npm install
#Adding a Note:
//node app.js add --title="title name" --body="text"
#Removing a Note:
//node app.js remove --title="title name"
#Listing Notees:
//node app.js list
#Reading a Note:
// node app.js read --title="title name"
```
Have Fun! :alien: :smiley: :space_invader: